[suspicious - maybe spam] [PHP-WIN] [suspicious - maybe spam] Re: [PHP-WIN] $_SERVER['PHP_SELF']

2005-02-10 Thread Patrick Roane
Thanks for your input. I made the change that you suggested and it worked! In essence, my error was writing html code w/in a php tag right? In the future if I want to do this, I just have to proceed my html with the echo or print statement. --- Zareef Ahmed <[EMAIL PROTECTED]> wrote: > On Wed,

Re: [PHP-WIN] $_SERVER['PHP_SELF']

2005-02-09 Thread Zareef Ahmed
On Wed, 9 Feb 2005 17:21:03 -0800 (PST), Patrick Roane <[EMAIL PROTECTED]> wrote: > I'm trying to execute my php code from w/in the same > page as my form. I've done this before, but recently > i've been getting some parse errors. > > Is there a certain way of writing the following so it > works w

[PHP-WIN] $_SERVER['PHP_SELF']

2005-02-09 Thread Patrick Roane
I'm trying to execute my php code from w/in the same page as my form. I've done this before, but recently i've been getting some parse errors. Is there a certain way of writing the following so it works with my form? For example, do I use: action=" or, action="{' . $_SERVER['PHP_SELF'] . '}">