Jump to content

freakyleaks

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by freakyleaks

  1. Sounds like an electrical problem mate, I would take it back get it sorted I have a Peugeot 206 and have had similar problems in the past, when I take mine in for MOT, i take mine to a garage where the fella has 20 years experiance working on peugeot cars, a lot of mechanics starting out are bit like teccys might have not seen how a car has been put together past 01 for example lol! were older cars didn't have any electics in them
  2. :hand:laptops Hi I am having problems with our several wireless laptops which are currently networked to windows 2008 server my issue is that when I log on to using example account 1 and example account 2 the permissions and policies we have are not downloading so basically users can get access to everything which I don't want them getting at! lol I currently have viglen working on it which have give me numerous tasks to try, I have even got the laptops plugged using a network cables and still the same issue. Just wondering if anyone has had a similar issue or can recommended something. Any help given would be fantasic Thanks freakyleaks!
  3. Hi I am having a problem with this insert statement have I written it correctly please thanks in advance. All errors pointed out will be fantastic !!! if (isset($_POST['Add'])){ $hardwareid = mysql_real_escape_string($_POST['hardwareid']); $departmentid = mysql_real_escape_string($_POST['departmentid']); $roomid = mysql_real_escape_string($_POST['roomid']); //insert $equiptmenttype = mysql_real_escape_string($_POST['equiptmenttype']); $serialnumber = mysql_real_escape_string($_POST['serialnumber']); $suppilername = mysql_real_escape_string($_POST['suppilername']); $price = mysql_real_escape_string($_POST['price']); $present = mysql_real_escape_string($_POST['present']); $query5 ="INSERT INTO hardware VALUES('','$departmentid','$roomid','$equiptmenttype','$serialnumber','$suppilername', '$price', '$present')"; mysql_query("INSERT INTO hardware VALUES("",'$departmentid','$roomid','$equiptmenttype','$serialnumber','$suppilername', '$price', '$present')"; }
×
×
  • Create New...