Re: [PHP] HUGE ERROR (was: [PHP] stupid error, please kick me (andsend me a solution))

2002-06-03 Thread Philip Olson
Please post: a) the error b) if the error is line #5, just post related lines line 4-6. I did see this: $result = mysql_query('$query', '$link_glob'); Which should be: $result = mysql_query($query, $link_glob); -- PHP General Mailing List (http://www.php.net/) To unsubscribe, vi

Re: [PHP] HUGE ERROR (was: [PHP] stupid error, please kick me (andsend me a solution))

2002-06-03 Thread Jule Slootbeek
Philip Olson wrote: > Please post: > > a) the error > b) if the error is line #5, just post related lines line 4-6. > > I did see this: > > $result = mysql_query('$query', '$link_glob'); > > Which should be: > > $result = mysql_query($query, $link_glob); > > > > OK that did fix th