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, visit: http://www.php.net/unsub.php

