Author Topic: Another problem with PHP and HTML  (Read 503 times)

How might I go about running a PHP script on my webpage? <?php [co de] /?> doesn't work.
« Last Edit: November 30, 2011, 06:09:17 PM by mp7964 »


<?php
//your php code here
?>

Are you paying for a host? Do they have PHP support?

did you rename the index file to "index.php" instead of "index.html"?

and do you have PHP installed on your server?