S smoked1 Verified User Joined Jul 5, 2005 Messages 85 Aug 26, 2007 #1 For some reason PHP stopped working for one of my domains. Other domains are fine and I can use standard HTML for the domain but I can't even use the phpinfo() function. Does anyone know why PHP would just stop working for just one domain?
For some reason PHP stopped working for one of my domains. Other domains are fine and I can use standard HTML for the domain but I can't even use the phpinfo() function. Does anyone know why PHP would just stop working for just one domain?
R rohit Verified User Joined Mar 20, 2007 Messages 198 Location Melbourne Aug 26, 2007 #2 does phpinfo works for other sites? could be phpinfo() is been disabled. check if this works <?php print "<b>hi</b>"; ?> Click to expand... hope you enabled PHP for this site
does phpinfo works for other sites? could be phpinfo() is been disabled. check if this works <?php print "<b>hi</b>"; ?> Click to expand... hope you enabled PHP for this site