Are you using a FORM Post or Get ?
Perhaps $_POST['Name'] or $_GET['Name']
>>Hi!!
>>
>>I have a very simple and smail script with just one input text box and a
>>submit button.
>>After that, I have an echo function in the same code page that just
>>displays the data entered in the text box.
>>
Thanks so much!!!
Miguel Guirao
Servicios Datacard
www.SIASA.com.mx
-Mensaje original-
De: Viorel Dragomir [mailto:[EMAIL PROTECTED]
Enviado el: MiƩrcoles, 26 de Mayo de 2004 09:55 a.m.
Para: Miguel Guirao; PHP DB List
Asunto: Re: [PHP-DB] Undefined variable
echo $_REQUEST['
echo $_REQUEST['Name'];
- Original Message -
From: Miguel Guirao
To: PHP DB List
Sent: Wednesday, May 26, 2004 17:47
Subject: [PHP-DB] Undefined variable
Hi!!
I have a very simple and smail script with just one input text box and a
submit button.
Aft
Hi!!
I have a very simple and smail script with just one input text box and a
submit button.
After that, I have an echo function in the same code page that just
displays the data entered in the text box.
But I'm receiving an undefinied variable error when I execute it!!
Echo ($Name);
I'm us
On Friday 16 August 2002 02:22, Bo wrote:
> basically this a code for uploading images and text info into a mysql
> database, however, when I execute this code, an error occured as:
> Undefined variable: action in \phpmySQL\add.php on line 2
> what will be the problem?
php.ini -> register_globals
This is CorpseEater's reply on your message send to him on 8/15/2002 :
Sorry - i made a mistake :
it's '&&' instead of '||'
-snatch--
Bo> if ((isset($action)&&($action == "upload")) {
snatch-
--
Greets
[EMAIL PROTECTED]
--
PHP Database Mailing List (http://www.php
This is CorpseEater's reply on your message send to him on 8/15/2002 :
Bo> basically this a code for uploading images and text info into a mysql
Bo> database, however, when I execute this code, an error occured as:
Bo> Undefined variable: action in \phpmySQL\add.php on line 2
Bo> what will be the
basically this a code for uploading images and text info into a mysql
database, however, when I execute this code, an error occured as:
Undefined variable: action in \phpmySQL\add.php on line 2
what will be the problem?
";
echo "Continue";
}
mysql_close();
} else {
?>
Desc
Is it possible to add, subtract, etc on values as I am demonstrating below.
I'm getting an error with this. I want to be able to add the values of
CMAPER and CMUPER when displayed.
printf("%s%s\n", $myrow["CMPLNDESC"],
$myrow["CMAPER"+"CMUPER"]);
Thanks,
John
--
PHP Database Mailing List (htt
rge
[EMAIL PROTECTED]
- Original Message -
From: John Halladay <[EMAIL PROTECTED]>
To: 'Jorge Santos' <[EMAIL PROTECTED]>
Sent: Wednesday, February 14, 2001 1:11 PM
Subject: RE: [PHP-DB] Undefined Variable and argument not valid . . .
> Great! That fixed the first er
riginal Message -
From: John Halladay <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 14, 2001 12:51 PM
Subject: [PHP-DB] Undefined Variable and argument not valid . . .
> Could someone please give me some direction on what is wrong with what I
am
> trying to do
Could someone please give me some direction on what is wrong with what I am
trying to do below. I've checked it over but still get the same errors.
What I'm trying to do is have a list of links that display information when
you click them.
I'm getting the following error at the top of the first
12 matches
Mail list logo