Hi, I am new to php. I often run ASP. Has any script can check my server run php or not. ASP form or PHP form script all will be find. Thanks,
make a new file called test.php and put this in it: <?php phpinfo(); ?> PHP: upload it to the server and open that file on your browser (http://www.example.com/test.php) if you just see a blank page, your server dont support php scripts
You can look at your services or server config file. You can create a file called index.php containing <?PHP phpinfo(); ?> Or you can try this url: http://your.server.name/server-status?auto If the url method give a 404 error, look at the bottom of the text to see what the server is running.