Hi there,
I just installed PHPTriad all went good. I started Apache and MySql
services.
If i do http://127.0.0.1. (same as: C:\apache\htdoc s) in by browser i get
the welcome page of PHPTriad so this looks good.
Now i want to open a php file so i do this: C:\apache\htdoc s\firstphp.php
What happens next: Homesite opens and shows me the code:
<?php
echo "Hello World!";
?>
and
<?php
print ("Hello World!");
?>
If i want to open this in IE i also just see the code, does anyone know what
i did wrong and why the php file is not loading properly? What did i miss?
Thanks for responding.
Jack.
I just installed PHPTriad all went good. I started Apache and MySql
services.
If i do http://127.0.0.1. (same as: C:\apache\htdoc s) in by browser i get
the welcome page of PHPTriad so this looks good.
Now i want to open a php file so i do this: C:\apache\htdoc s\firstphp.php
What happens next: Homesite opens and shows me the code:
<?php
echo "Hello World!";
?>
and
<?php
print ("Hello World!");
?>
If i want to open this in IE i also just see the code, does anyone know what
i did wrong and why the php file is not loading properly? What did i miss?
Thanks for responding.
Jack.
Comment