Yes, there was a db connect issue....spelling mistake.

So now that works but it throws the following error:

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result
resource in /home/virtual/site17/fst/var/www/html/function1.php on line 58
You have an error in your SQL syntax near ') LIMIT 73, 1' at line 1
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result
resource in /home/virtual/site17/fst/var/www/html/function1.php on line 58
You have an error in your SQL syntax near ') LIMIT 25, 1' at line 1
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result
resource in /home/virtual/site17/fst/var/www/html/function1.php on line 58
You have an error in your SQL syntax near ') LIMIT 104, 1' at line 1

Line 58:        $agent=mysql_fetch_array($results);

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to