RE: [PHP] Help With Error

2004-10-19 Thread php-list
$child); print_r($data); die(); Take a look at what comprises the $data array and you should find your problem. HTH, Pablo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, October 17, 2004 8:31 PM To: [EMAIL PROTECTED] Subject: [PHP] Help With Error Hel

RE: [PHP] Help With Error

2004-10-17 Thread Pablo Gosse
[snip] Notice: Undefined index: 0 in L:\localhost\catalog\catalog_0.1.0\includes\classes\tree.class.php on line 77 [/snip] It's telling you that $data['0'], which is used twice in your query, is not a valid index (ie. it doesn't exist) for the $data array. Why don't you dump the $data array after

[PHP] Help With Error

2004-10-17 Thread php-list
Hello Everyone, I keep getting the following errors in my class and I don't know why. Maybe something has changed in PHP 5.x that I don't know about? Here are the errors and the methods of that class: --- Notice: Undefined index: 0 in L:\localhost\catalog\catalog_0.1.0\include

Re: [PHP] Help with Error, I am Trying!!

2003-01-21 Thread Chris Hewitt
Karl James wrote: Parse error: parse error, unexpected '}' in /home/virtual/site12/fst/var/www/html/Create_Account.php on line 5 http://www.ultimatefootballleague.com/Create_Account.phps I'm Trying to get the values of the form to echo out and to insert into my managers table. If you don't se

Re: [PHP] Help with Error, I am Trying!!

2003-01-20 Thread Chris Knipe
nt.htm";); } -- me - Original Message - From: "Karl James" <[EMAIL PROTECTED]> To: "php" <[EMAIL PROTECTED]> Sent: Monday, January 20, 2003 6:28 AM Subject: [PHP] Help with Error, I am Trying!! Parse error: parse error, unexpected '}' in /hom

RE: [PHP] Help with Error, I am Trying!!

2003-01-20 Thread Henry
you miss a { at first if statement -Original Message- From: Karl James [mailto:[EMAIL PROTECTED]] Sent: Monday, January 20, 2003 12:28 PM To: php Subject: [PHP] Help with Error, I am Trying!! Parse error: parse error, unexpected '}' in /home/virtual/site12/fst/va

[PHP] Help with Error, I am Trying!!

2003-01-20 Thread Karl James
Parse error: parse error, unexpected '}' in /home/virtual/site12/fst/var/www/html/Create_Account.php on line 5 http://www.ultimatefootballleague.com/Create_Account.phps I'm Trying to get the values of the form to echo out and to insert into my managers table. thanks karl -- PHP General