Thread
:
MySQL/PHP Combining 3 vars into 1
View Single Post
#
15
(
permalink
)
09-07-2004, 06:11 PM
php~pro
WebProWorld Pro
Join Date: May 2004
Location: United Kingdom
Posts: 151
//Handle date issue
$map_eff_date = $myear."-".$mmonth."-".$mday;
$query = ("UPDATE orders SET map_eff_date='$map_eff_date'");
Watch your syntax. Compare the query. Also you do not need to apply any LIMIT on an update.
php~pro
View Public Profile
Send a private message to php~pro
Find all posts by php~pro