Current location: Hot Scripts Forums » Programming Languages » PHP » E-mailing records problem


E-mailing records problem

Reply
  #1 (permalink)  
Old 05-03-05, 04:55 AM
straid straid is offline
Newbie Coder
 
Join Date: May 2005
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
E-mailing records problem

Hi Guys

I am new to PHP programming and willing to learn.

I have witten a script that produces a customer quote for products. These quotes are stored in a mysql database, my problem is how can I email the quote to the customer. I can email it provided there is only one item, the problem arises if the database contains more than one quoted for item.

How do I get them out and emailed. I know it is something to do with arrays but am unsure how to proceed.

Any help would be most welcome.

Straid
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 05-03-05, 03:49 PM
FiRe FiRe is offline
Code Guru
 
Join Date: Oct 2004
Location: UK
Posts: 801
Thanks: 0
Thanked 0 Times in 0 Posts
$query = mysql_query("SELECT quote FROM products");
while($r = mysql_fetch_array($query)) {
$quotes = $r['quotes'];
echo "$quotes <br />";
}
__________________
Alexa Share <-- Trade virtual shares in websites with this online game.

codR.us <-- Submit and vote for your favorite code snippets with codR.us.

XEWeb.net <-- The ultimate PHP resource network.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem in All Records Displaying ishaqani ASP 1 12-28-04 07:44 AM
Asp and Microsoft Access 2002 problem gop373 ASP 2 10-06-04 10:13 AM
help! urgent.. how to select next 50 records? angela ASP 3 04-24-04 01:58 PM
drop down menu problem !!! nurqeen PHP 1 02-08-04 09:07 PM
Problem in Deleting records from Access skchakri ASP 1 09-20-03 01:59 AM


All times are GMT -5. The time now is 06:39 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.