This article is a simple illustration to check whether your site hosting server
supports PHP or not ?
Steps :
1 Create a checkphp.php file
<?php
phpinfo();
?>
2 upload this file in your web hosting directory and run the page through browser
3 If your ISP supports PHP then it will show php configurations and other stuff
go 'n' test the code ...
best of luck
supports PHP or not ?
Steps :
1 Create a checkphp.php file
<?php
phpinfo();
?>
2 upload this file in your web hosting directory and run the page through browser
3 If your ISP supports PHP then it will show php configurations and other stuff
go 'n' test the code ...
best of luck