If short tags are off in the php.ini then that is the problem.  Its
NEVER a good idea to use short tags (unless you are using CodeIgniter
or something else that preg_replaces them) as there is no guarantee
that whatever server you move your code to have them enabled...besides
is it really that hard to add "php" when scripting?

On Dec 3, 7:04 am, bluff <[email protected]> wrote:
> ok I looked at your page directly and I got the same result the source
> code was printed to the browser which indicates a problem not a
> JavaScript one though but rather a server or PHP one.
>
> I noticed that your PHP code started with <?
> But it should start <?php
> this may be the problem as php has stopped using the short tags and
> your server may be configured to only allow the long tag <?php.
>
> On Dec 3, 1:33 am, BVLS <[email protected]> wrote:
>
> > Hi,
>
> > This is a very wierd problem I am facing.
> > Pl. login at this website as : Login: "guest" with passwd 
> > "guest123"http://sgwiki.sdsc.edu
>
> > When clicked login, it retrieves the Login.php file rather than
> > execute that file on the server.
>
> > Why is this happening, ? Is this some standard server configuration
> > mistake i.e is some apache PHP5 module
> >  not installed ?
>
> > How do I solve this problem?
>
> > thank you very much for any help.
> > regards,
> > Prasad.

Reply via email to