Jump to content

Little help -


astralaaron

Recommended Posts

$q = mysql_query("SELECT * FROM `$id` WHERE box='inbox'");this query will pull all rows where the box column = inboxi would like to know how i can add another column to match up also$q = mysql_query("SELECT * FROM `$id` WHERE box='inbox' & status='unread'");how can i write that? i know there must be a way! please help

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...