adam291086 Posted June 21, 2008 Share Posted June 21, 2008 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'); ?> Link to comment https://forums.phpfreaks.com/topic/111282-solved-its-late-and-my-update-query-wont-work/ Share on other sites More sharing options...
adam291086 Posted June 21, 2008 Author Share Posted June 21, 2008 sorry i was being dumb Link to comment https://forums.phpfreaks.com/topic/111282-solved-its-late-and-my-update-query-wont-work/#findComment-571209 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.