dohwow 0 Report post Posted September 19, 2008 how do i add php into the website im so lost ^^ Share this post Link to post Share on other sites
prince64717 0 Report post Posted September 23, 2008 how do i add php into the website im so lost ^^ PHP is a scripting language, we write php code in the web page which is executed by the server. For the server to execute your php code, the server should have PHP installed in it. You cannot insert PHP software, you can only upload web-page having php code in it. I think you have understood my point Share this post Link to post Share on other sites
Athleone 0 Report post Posted September 28, 2008 (edited) I think he is asking how to add PHP to your webpages.It is very simple to make PHP pages, first create a page like page.php. That tells the server to immediately take this as PHP code, and to execute it as so. Include all your PHP code within the tags <?php and ?>. I hope that helped, and I wish you luck in creating your PHP pages! Edited September 28, 2008 by Athleone (see edit history) Share this post Link to post Share on other sites