Thread
:
MySQL/PHP Combining 3 vars into 1
View Single Post
#
2
(
permalink
)
08-31-2004, 04:48 PM
php~pro
WebProWorld Pro
Join Date: May 2004
Location: United Kingdom
Posts: 151
$date = ".$year."-".$month."-".$day."";
Would do it assuming you database is using column in date(13) format. Though you did not specify which time format you display to your users on the input form, just re-arrange the vars accordingly.
php~pro
View Public Profile
Send a private message to php~pro
Find all posts by php~pro