Hi,
I am trying to install PHP and have had no sucsess; the steps I have taken are shown below.
- Download .msi PHP installer
- Run Installer
- Download .msi APACHE installer
- I don't have a webserver!
- Open PHP
- Console comes up.
Try following code:
<?php echo '<p>Hello World</p>'; ?>
Save as hello.php
- Open hello.php
- Does not work, instead displays:
Hello World
'; ?>
Yeah, its not supposed to show the "'; ?>"