Re: [PHP] Re: Echo $PHP_SELF not working

2003-10-11 Thread Justin French
Actually, that should make no difference... you don't need a ; if it's the last instruction before the close of PHP. Try ?php echo $_SEVER['PHP_SELF']? or ?=$_SEVER['PHP_SELF']? Justin On Saturday, October 11, 2003, at 09:29 AM, Al wrote: Put a ; [no quotes] after such as: echo $PHP_SELF;

[PHP] Re: Echo $PHP_SELF not working

2003-10-10 Thread Paul van Schayck
Hello, Here we go again ;) [EMAIL PROTECTED] (Jeff McKeon) wrote I've just published a new website and something is wrong. I suspect the PHP.ini on the server but I can't seem to find anything. register_globals is on off. Which is a good idea, keep it there! On the dev server ECHO

RE: [PHP] Re: Echo $PHP_SELF not working

2003-10-10 Thread Jeff McKeon
']'?? Jeff -Original Message- From: Paul van Schayck [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 8:24 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: Echo $PHP_SELF not working Hello, Here we go again ;) [EMAIL PROTECTED] (Jeff McKeon) wrote I've just published a new

Re: [PHP] Re: Echo $PHP_SELF not working

2003-10-10 Thread Shawn McKenzie
Message- From: Paul van Schayck [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 8:24 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: Echo $PHP_SELF not working Hello, Here we go again ;) [EMAIL PROTECTED] (Jeff McKeon) wrote I've just published a new website and something is wrong

[PHP] Re: Echo $PHP_SELF not working

2003-10-10 Thread Al
Put a ; [no quotes] after such as: echo $PHP_SELF; Jeff McKeon wrote: I've just published a new website and something is wrong. I suspect the PHP.ini on the server but I can't seem to find anything. The line: form method='post' action='?PHP ECHO $PHP_SELF ?' Doesn't seem to work. If I