How to put summary on Menu page |
11/5/2007 8:35:12 PM |
PHPRunner General questions | |
J
joesjnr author
<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=6734&image=1&table=forumtopics' class='bbc_emoticon' alt=':ph34r:' /> |
|
J
|
Jane 11/6/2007 |
Hi, global $conn; $mess = ""; $strSelect = "select * from TableName where DateField=now()"; $rs = db_query($strSelect,$conn); while ($data = db_fetch_array($rs)) { $mess.= "Product ".$data["ProductName"]." : ".$data["Quantity"]." units"." "; } echo $mess;
|
J
|
joesjnr author 11/10/2007 |
<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=23207&image=1&table=forumreplies' class='bbc_emoticon' alt=':ph34r:' /> |