How To Check Or Verify If You Have PHP Installed On Website
- Forums
- PHP
- How To Check Or Verify If You Have PHP Installed On Website
you can use this information to find check if you have php running on your website. this is helpful if you have a php script and is showing you the code itself and not parsing the code in you php file from your website [947], Last Updated: Sat May 18, 2024
john607
Fri Jul 21, 2006
0 Comments
5962 Visits
ok, i rewrote this page because i wanted a simple way to show you how you can confirm whether or not you have php running on your website.
the simple solution is create a php file and copy/paste this code:
<?=phpinfo()?>
save the php file,
if you still see <?=phpinfo()?> as the output of the file, then it means you are not running php in your website