Current location: Hot Scripts Forums » Programming Languages » PHP » MySQL "Select from Database" Question


MySQL "Select from Database" Question

Reply
  #1 (permalink)  
Old 03-29-06, 01:17 PM
kpowers4 kpowers4 is offline
Newbie Coder
 
Join Date: Mar 2006
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
MySQL "Select from Database" Question

I'm trying to select a number from my database and when I run my scrip I always received this message " Resource id #3 " and not the actual number that is in my database. Does anyone know what this means? Please help if you can!!

<?php
$sql_amt = "SELECT total FROM Customer_Order
WHERE order_number='{$_SESSION['order_number']}'";
$result = mysql_query($sql_amt)
or die("Error: ".mysql_error($cxn));

echo $result;
?>

Last edited by kpowers4; 03-29-06 at 01:27 PM.
Reply With Quote
  #2 (permalink)  
Old 03-29-06, 01:39 PM
mab's Avatar
mab mab is offline
Community VIP
 
Join Date: Oct 2005
Location: Denver, Co. USA
Posts: 2,674
Thanks: 0
Thanked 0 Times in 0 Posts
Try this - http://www.php.net/manual/en/functio...-fetch-row.php

And in general, check the functions at the bottom of this page -http://www.php.net/manual/en/ref.mysql.php
__________________
Error checking, error reporting, and error recovery. If your code does not have these to get it to tell you why it is not working, what makes you think someone in a programming forum will be able to tell you why it is not working???
Reply With Quote
  #3 (permalink)  
Old 03-29-06, 02:23 PM
kpowers4 kpowers4 is offline
Newbie Coder
 
Join Date: Mar 2006
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Yep!! That did it!

Thanks for your help.
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
Mysql Search Output Question doveroh PHP 0 02-15-05 07:39 PM
MySQL question Need Help With something! bearslife PHP 1 05-20-04 09:22 AM
question about updating a page or database for an, php and mysql updating mikewooten PHP 1 02-12-04 12:11 AM
PHP to MySQL script question...(using a field to update info in MySQL) DisneyFan25863 PHP 4 11-02-03 03:31 AM
MySQL with PHP question. HELP for a newbie kenfused PHP 3 08-02-03 12:53 AM


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