I've created an website but only in html. how can i convert it into php? thank you in advance | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I've created an website but only in html. how can i convert it into php? thank you in advance

24th Jun 2016, 1:02 PM
Yukiteru Amano
Yukiteru Amano - avatar
6 Answers
+ 1
U can't convert an html into a php u use php as a scripting language to support html language u will need to write a php code into or link with the html u have to have a dynamic site thank you
24th Jun 2016, 3:04 PM
Daniel Brian Uduk
Daniel Brian Uduk - avatar
0
php is it's own language. If you want to add php put it between a <?php tag and a closing tag ?> like so then change the file extension to .php. NOTE A WEB SEVER IS REQUIERED TO RUN PHP.
24th Jun 2016, 3:27 PM
josh mizzi
josh mizzi - avatar
0
at first you need to know where you need to use php for your website and you also need php programming, then you can easily convert your html website to php
25th Jun 2016, 9:13 AM
Rafsan Jani
Rafsan Jani - avatar
0
thank you guys for answering my question. :)
25th Jun 2016, 9:18 AM
Yukiteru Amano
Yukiteru Amano - avatar
0
welcome to you
25th Jun 2016, 9:18 AM
Rafsan Jani
Rafsan Jani - avatar
0
learn more in php and try xamp
27th Jun 2016, 11:09 AM
ousmane barry
ousmane barry - avatar