How I can I check if PHP is installed correctly? I've also installed mySQL, how can I check if they're "communicating"? Do I have to copy the php.exe from the PHP folder to the winnt or winnt\system32 (I'm using NT4 incase you didn't guess!) so that I can type php at the command prompt or do I have to include the PHP folder in my DOS path? I did write a basic PHP file last night with just the following and it worked:
<?php
$var = "hello world";
echo $var;
?>
but that's not using a mySQL so I just want to make sure everythings A-OK!
Thanks

<?php
$var = "hello world";
echo $var;
?>
but that's not using a mySQL so I just want to make sure everythings A-OK!
Thanks