Jump to content

[SOLVED] It's late and my update query wont work


adam291086

Recommended Posts

any ideas why this update query won't work

 

<?php
include('config.php');

$left = $_COOKIE["left1"];
$top = $_COOKIE["top1"];
$height = $_COOKIE["height1"];
$width = $_COOKIE["width1"];
$Position = $_COOKIE["Position1"];
$Background = $_COOKIE["Background1"];
$Cursor = $_COOKIE["Cursor1"];
$Border = $_COOKIE["Border1"];
$div_name = $_COOKIE["Div_Name1"];

$conn;
$query = "UPDATE Admin_Page_Style SET Style_Left = '$left',Style_Top = '$top',Style_Height = '$height',Style_Width = '$width',Style_Position = '$Position',Style_bgcolor = '$Background',Style_Cusor = '$Cursor',Border = '$Border',div_name = '$div_name',
WHERE div_name = 'div3'";

mysql_query($query) or die('Error, query failed');

?>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.