On 05/23/13 11:44, Damon Getsman wrote:
Bryan, after doing that it appears that it's not even getting executed.
I put the script into a web accessible file called debug.php, loaded
it in my browser and saw a blank page.  Viewing the source is
showing the original <? phpinfo(); ?>, leading me to believe that it is
not even handing it off to the appropriate script engine...  Not sure if
I'm right but does that help at all?


You can't use shorttags* ...

You need to use ...

<?php
?>

* Well, you can if you tweak settings.

Reply via email to