Search results

  1. K

    My PHP Not Working?

    It was named index.html. Changed it to index.php and all worked! Thanks. It's little things like this that make starting learning a new language/environment frustrating.
  2. K

    My PHP Not Working?

    I am a novice attempting to run my first PHP Script. This is my web page... <!DOCTYPE html> <html> <body> <h1>Testing PHP!</h1> <?php echo "My first PHP script!"; ?> </body> </html> The h1 tag works but the php script does not show up. This is straight from W3Schools tutorial and works in...
Top