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 or Justin On Saturday, October 11, 2003, at 09:29 AM, Al wrote: Put a ";" [no quotes] after such as: echo $PHP_SELF; Jeff McKeon wrote: I've just published a new websi

[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: Doesn't seem to work. If I look at the "view source" from the web browser I

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

2003-10-10 Thread Shawn McKenzie
27;"?? 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 PR

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

2003-10-10 Thread Jeff McKeon
27;"?? 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 PROT

[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 $PHP_