Hi,
I am brand new to php so please understand if i ask stupid questions. I'm trying to install a pre-written php code onto my server. Its code for a login system. Now my problem is...
when I look at the page source its just being displayed as text document. But i know i have successfully installed php engine. because other php documents runs normally.
the pre-written php code has <? ... ?> tags but if i change the tags to <?php ... ?> to all the documents instead of displaying text document the page source will now show a blank page, I didnt think that would make a difference. Any ideas?
Oh, and the code runs perfectly in the zend environment!😕
Your help is very much appreciated!