PHP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming LanguagesPHP Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old August 21st, 1999, 02:34 PM
kumars
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
I need help, I am trying to pass a date value like "1999-08-21" into mySQL database, it is not saving to the database.

Here is the code
<?
if( isset($category) && isset($product) && isset($saleprice) && isset($entrydate)){
mysql_connect)"localhost", "webuser", "");
$query = "INSERT INTO items VALUES('$category', '$product', '$saleprice', '$entrydate', NULL)";
$result = mysql_db_query("onsale", $query);
if ($result) {
echo "added";
}
}
?>

where onsale is the mySQL database, items is a table, and saleprice is decimal(6,2) and entrydate is date and last column is ID a primary key with auto_increment and an no null value.

Reply With Quote
  #2  
Old August 22nd, 1999, 07:11 AM
rod k
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
It's not adding anything or just the date? How to proceed depends on that. A couple things to check.

Print the values you are trying to add to make sure they have what you think they have.

check mysql_error()

"describe" the table from the command line to make sure the columns are set to the types you think they are.

From your code and what you describe this should work.

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesPHP Development > how do I pass date values to a mySQL database using PHP3


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway