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,
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
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'] . '}">