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 the problem...:)
I am now going to sit in a corner and be ashamed of myself
thanks Philip and and everybody else...
Jule
--
Jule Slootbeek
[EMAIL PROTECTED]
http://blindtheory.cjb.net
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php