Greetings,
As you can see i'm an annoying newbie can anyone tell me
what is wrong with my code.
if ($j1 && $k1 && $l1 && $g1 && $h1 && $i1 && $a1)
{
// Insert Keys into table
$query = "UPDATE users SET contact_name = '$j1'
landline = '$k1'
mobile = '$l1'
county_id = '$g1'
town_region_name = '$h1'
extra_location_details = '$i1'
WHERE user_id = '$a1'";
$result = @mysql_query ($query); // Run the query
Tks in advance
Gaz
As you can see i'm an annoying newbie can anyone tell me
what is wrong with my code.
if ($j1 && $k1 && $l1 && $g1 && $h1 && $i1 && $a1)
{
// Insert Keys into table
$query = "UPDATE users SET contact_name = '$j1'
landline = '$k1'
mobile = '$l1'
county_id = '$g1'
town_region_name = '$h1'
extra_location_details = '$i1'
WHERE user_id = '$a1'";
$result = @mysql_query ($query); // Run the query
Tks in advance
Gaz