I have setup PHP and MySQL on my Linux Red Hat server but it seems that PHP is not fully functioning. Could anybody help tell me why this may be?
Below is an example:
http://www.overmanproductions.com
The strange thing is that some of the PHP is functioning as the MySQL statements work but for example an include is just displaying its full contents?!?!
the php info is at:
http://www.overmanproductions.com/info.php
tia
Do your includes work on there own? Are they encapsed in <?php ?> tags?
thank you.
what the problem was, throughout the code there was '<?' but of course i need '<?php' tags.
i had fixed up some of it, but not all.
I have now fixed it (changed all the tags to '<?php' )and it is all working.
thanks