Thread
:
Quick PHP Question
View Single Post
12-20-2005, 04:52 AM
ilbb
Confirmed User
Industry Role:
Join Date: May 2005
Location: EU - Czech republic
Posts: 3,025
Use quotes exactly:
$name = name
$id = id of row in table
$sqlquery = "UPDATE `table` SET `name` = '".$name."' WHERE `id` = '".$id."'";
What data types do You have in Your sql table?
ilbb
View Public Profile
Find More Posts by ilbb