On Thu, 2007-05-31 at 15:25 -0400, Jason Pruim wrote: > Hi Everyone, I am attempting to setup a search field on a database > application I'm dinking around with and running into problems that > I'm hoping someone might be able to shed some light on. > > Here is the code I am using to display the results of the search: > > echo ('<table border="1">'); > echo "<tr><th>First Name</th><th>Author</th><th>Pages</th></tr>"; > > $result_row[] = mysql_query($query) or die(mysql_error()); mysql_query() doesn't return the rows. Go read the manual. Cheers, Rob. -- .------------------------------------------------------------. | InterJinn Application Framework - http://www.interjinn.com | :------------------------------------------------------------: | An application and templating framework for PHP. Boasting | | a powerful, scalable system for accessing system services | | such as forms, properties, sessions, and caches. InterJinn | | also provides an extremely flexible architecture for | | creating re-usable components quickly and easily. | `------------------------------------------------------------' -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php