![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveMySQL PHP problems
From: Ababo <dpryde@gmail.com>
Date: Tue Mar 07 2006 - 19:41:05 CET
Hi everyone. I've only really just started using php and I've been
<?php
$sql = 'SELECT DISTINCT title FROM Listing';
$row = mysql_fetch_row($rs); // line 24
?>
but I end up with the error:
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL
I'm really not sure what I could be doing wrong here. Any help would be
|