chrismarsden, What output do you get from a file called test.php containing only ...
Code: Select all
<?php phpinfo(); ?>Moderator: General Moderators
Code: Select all
<?php phpinfo(); ?>I was thinking that too, but then I read this:pytrin wrote:No, PHP isn't parsing since it isn't recognizing the tags.
So then I figured he had short tags off the whole time, implemented what he thought were correct long tags (<?php=), posted that code for us to read, changed some other stuff he forgot to tell us about, edited the wrong php.ini, posted the same problem to two other forums, tried some of their suggestions without filling us in, edited the right php.ini, then somehow solved it by trying a combination of all suggestions never to return.chrismarsden wrote:could this be a settings error as if i turn off short tags the error:
Parse error: syntax error, unexpected '=' in C:\wamp\www\login.php on line 78