> -Original Message-
> From: Ryan M [mailto:[EMAIL PROTECTED]
> Sent: 11 June 2003 20:22
>
> Thanks for the advice... The link worked Now it is saying this:
>
> Notice: Undefined index: action in
>
> It only says this if there is no action...it goes away once I
> click the link
On Wed, 2003-06-11 at 13:40, Mark wrote:
> Or you can simply turn off NOTICE error reporting in the php.ini file
> or use ini_set or error_reporting() to not include notices. This
> should not affect functionality.
That's not a good idea; it's treating the symptom, not the problem. A
better idea
Or you can simply turn off NOTICE error reporting in the php.ini file
or use ini_set or error_reporting() to not include notices. This
should not affect functionality.
--- Lars Torben Wilson <[EMAIL PROTECTED]> wrote:
> On Wed, 2003-06-11 at 12:22, Ryan M wrote:
> > Thanks for the advice... The
On Wed, 2003-06-11 at 12:22, Ryan M wrote:
> Thanks for the advice... The link worked Now it is saying this:
>
> Notice: Undefined index: action in
>
> It only says this if there is no action...it goes away once I click the link
> and the action=someaction Is there a way to fix my php
[snip]
Thanks for the advice... The link worked Now it is saying this:
Notice: Undefined index: action in
It only says this if there is no action...it goes away once I click the
link and the action=someaction Is there a way to fix my php so that
I dont have to change all of the web si
Thanks for the advice... The link worked Now it is saying this:
Notice: Undefined index: action in
It only says this if there is no action...it goes away once I click the link
and the action=someaction Is there a way to fix my php so that I dont
have to change all of the web sites hos
[snip]
Hows it goin?? Im pretty new to this, so I have a pretty simple
question. I am running an apache server with php 4 on a win 2k machine.
When I try to do something like this: Some Action";
if ($action == "someaction") {
echo "Anything";
}
?>
It says: Notice: Undefined variable: action in ..
7 matches
Mail list logo