Re: [PHP] PHP Notice: Undefined index

2006-05-22 Thread John Taylor-Johnston
ST["submitter"])) and (!isset($_POST["finalize"])) and ($number) and (!$submitter)# and (!$finalize) ){ ?> Step 99: , You did not enter your name. We are sorry. Please Start Again is provoking [Fri May 19 19:05:10 2006] [error] PHP Notice: Undefined index: s

Re: [PHP] PHP Notice: Undefined index

2006-05-22 Thread jtjohnston
Now I get it. Must be the version change? Richard Lynch a écrit: On Fri, May 19, 2006 6:08 pm, John Taylor-Johnston wrote: Any idea why this bit of code if("yes" == $_POST['submitter']) { is provoking this message in my Apache error log? [Fri May 19 19:05:10 2006

Re: [PHP] PHP Notice: Undefined index

2006-05-22 Thread Richard Lynch
rydate) > values ('$name','$email','$comments','$entrydate')"; > mysql_query($sql) or die(print mysql_error()); > } > > is provoking this message in my Apache error log? > > [Fri May 19 19:05:10 2006] [error] PHP Notice: Undefined i

Re: [PHP] PHP Notice: Undefined index

2006-05-19 Thread John Nichel
#x27;,'$entrydate')"; mysql_query($sql) or die(print mysql_error()); } is provoking this message in my Apache error log? [Fri May 19 19:05:10 2006] [error] PHP Notice: Undefined index: submitter in /home/jtjohnston/domains/jtjohnston.ca/public_html/comments.php on line 29 Yes.

Re: [PHP] PHP Notice: Undefined index

2006-05-19 Thread Martin Alterisio
#x27;,'$email','$comments','$entrydate')"; mysql_query($sql) or die(print mysql_error()); } is provoking this message in my Apache error log? [Fri May 19 19:05:10 2006] [error] PHP Notice: Undefined index: submitter in /home/jtjohnston/domains/jtjohnston.ca/publi

RE: [PHP] PHP Notice: Undefined index

2006-05-19 Thread Brady Mitchell
l','$comments','$entrydate')"; > mysql_query($sql) or die(print mysql_error()); > } > > is provoking this message in my Apache error log? > > [Fri May 19 19:05:10 2006] [error] PHP Notice: Undefined index: > submitter in > /home/jtjohnston/d

[PHP] PHP Notice: Undefined index

2006-05-19 Thread John Taylor-Johnston
ot;; mysql_query($sql) or die(print mysql_error()); } is provoking this message in my Apache error log? [Fri May 19 19:05:10 2006] [error] PHP Notice: Undefined index: submitter in /home/jtjohnston/domains/jtjohnston.ca/public_html/comments.php on line 29 John -- PHP General Mailin

Re: [PHP] httpd: PHP Notice: Undefined index: autoplay

2006-04-17 Thread Richard Lynch
day in my > /var/log/messages in regards to: > > --- snip -- > > httpd: PHP Notice: Undefined index: autoplay in > /a/www/data/filname/garbled/radio.blog/index.php on line 9 > > --- snip --- > > I am not quite sure what to do to make sure things are operating

Re: [PHP] httpd: PHP Notice: Undefined index: autoplay

2006-04-14 Thread Peter Hoskin
4.11 machine. I am trying to make sure that my PHP is properly installed and configured. I am seeing the following PHP Notice about 10 entries a day in my /var/log/messages in regards to: --- snip -- httpd: PHP Notice: Undefined index: autoplay in /a/www/data/filname/garbled/radio.blog/index.php

[PHP] httpd: PHP Notice: Undefined index: autoplay

2006-04-14 Thread Noah
: PHP Notice: Undefined index: autoplay in /a/www/data/filname/garbled/radio.blog/index.php on line 9 --- snip --- I am not quite sure what to do to make sure things are operating properly. Might someone lend a hand here? cheers, Noah -- PHP General Mailing List (http://www.php.net/) To

[PHP] httpd: PHP Notice: Undefined index: autoplay

2006-04-14 Thread Noah
: PHP Notice: Undefined index: autoplay in /a/www/data/filname/garbled/radio.blog/index.php on line 9 --- snip --- I am not quite sure what to do to make sure things are operating properly. Might someone lend a hand here? cheers, Noah -- PHP General Mailing List (http://www.php.net/) To

[PHP] httpd: PHP Notice: Undefined index: autoplay

2006-04-14 Thread Noah
: PHP Notice: Undefined index: autoplay in /a/www/data/filname/garbled/radio.blog/index.php on line 9 --- snip --- I am not quite sure what to do to make sure things are operating properly. Might someone lend a hand here? cheers, Noah -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Notice: Undefined index

2005-04-28 Thread John Nichel
Rob Kapfer wrote: Hello, This is a new install of PHP 5.0.4 on XP, I'm testing if it's installed correctly with the usual test.htm: Your name: Your age: Action.php: echo $_POST['name']; echo $_POST['age']; ?> Results: C:\NCC>action.php Notice: Undefined index: name in C:\NCC\action.php on lin

Re: [PHP] Notice: Undefined index

2005-04-28 Thread Jason Barnett
Also see: http://php.net/manual/en/function.array-key-exists.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Notice: Undefined index

2005-04-28 Thread Mike Johnson
From: Rob Kapfer [mailto:[EMAIL PROTECTED] > Hello, This is a new install of PHP 5.0.4 on XP, I'm testing if it's > installed correctly with the usual test.htm: > > > Your name: > > Your age: > > > > > > Action.php: > > > echo $_POST['name']; > > echo $_POST['age']; > > ?> > > Res

[PHP] Notice: Undefined index

2005-04-28 Thread Rob Kapfer
Hello, This is a new install of PHP 5.0.4 on XP, I'm testing if it's installed correctly with the usual test.htm: Your name: Your age: Action.php: Results: C:\NCC>action.php Notice: Undefined index: name in C:\NCC\action.php on line 2 Notice: Undefined index: age in C:\NCC\action.ph