how do i tell if my php is working on my site i installed latest version and wanna make sure it works
simply put up a php page with only the following in it:
<? phpinfo(); ?>
and name it whatever.php, if it will only show up if php is correctly installed
the only thing i got was a completely white page nothing on it
Try this:
<?php phpinfo(); ?>
The lazy short hand without the php only works with a certain setting in the php.ini which isn't standard.
still blank is there anyway someone can tell me how to install PHP??
Go to php.net and download the version for your OS. If you are using Windows get the zip file and not the executable.
ok now what?? i got the zip
unzip it, then follow directions