Jump to content

[SOLVED] Not Math Help


phpretard

Recommended Posts

I have multiple rows in a table each containing a quantity field.

 

how can I display the row values as seperate values?

 


connect();
$show_cart=mysql_query("select qty from cart where cid='".$_SESSION['cid']."'");
while($show = mysql_fetch_assoc($show_cart))
     {

     $addend=['qty'];

     }free($show_cart);

 

Any Thoughts?  Please don't move me...

 

Link to comment
https://forums.phpfreaks.com/topic/170426-solved-not-math-help/
Share on other sites

Archived

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

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.