Re: [PHP-DB] Re: PHP4, MySQL, errors....

2001-08-10 Thread biorn
It appears that the error is pointing to the last line of your code (just by a quick count of the lines). This normally means that you are missing a closing bracket somewhere in your code.In glancing through your code, the first while statement has an opening, but no closing bracket (unless t

[PHP-DB] Re: PHP4, MySQL, errors....

2001-08-10 Thread Hugh Bothwell
"Cato Larsen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hey! > Thanks for the help Mr. Bothwell. > But now it seems I get a new error: ;-) The error of my ways is apparent - I typed that off the top of my head, and I got bit by my own bug - using unescap

[PHP-DB] Re: PHP4, MySQL, errors....

2001-08-10 Thread Cato Larsen
Hey! Thanks for the help Mr. Bothwell. But now it seems I get a new error: Parse error: parse error in C:\Program Files\Apache Group\Apache\htdocs/oiamemb/members.php on line 89 I don't know why, or if it's the MySQL database who's moching with me. The current source is as follows: (Guess I've s

[PHP-DB] Re: PHP4, MySQL, errors....

2001-08-09 Thread Hugh Bothwell
"Cato Larsen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Just to have said it... Im green in both PHP4 and MySQL. > Can anyone say what I've been doing wrong here, and how to fix it, or even > better. Debug the whole shit! =) First, make sure PHP is actua