Posted by RageARC on 09/17/07 18:58
Of course you are, $content is a resource. The MySQL Query resource. try this: $content = mysql_query('bla bla bla'); while ($row = mysql_fetch_assoc($content)) { $result[] = $row; } $content = $result; Now you can use $content ;).
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming