View Single Post
  #1 (permalink)  
Old 03-13-10, 12:27 PM
Raffikki529 Raffikki529 is offline
Newbie Coder
 
Join Date: Mar 2010
Posts: 5
Thanks: 1
Thanked 0 Times in 0 Posts
Help - Storing retrieved MySQLdata

Hi everyone!

I've just started learning php a while back and I am having a problem figuring this out. I've spent days searching for a solution but I think I don't know the correct terms etc...

I have a form that submits to a php page with the amounts of products, the generated data retrieved from the mysql database (id, supplier, product_name) displays perfectly inside a table. If I try to assign the information retrieved from the database to a variable, the variable is returned blank or as 1.

So how can store this information(table with retrieved data) and send it via email?
Reply With Quote