View Single Post
  #10  
Old 12-03-2004, 05:29 AM
BeBop is offline BeBop
Registered User

Join Date: Jun 2002
Posts: 600

Send a message via ICQ to BeBop Send a message via AIM to BeBop Send a message via Yahoo to BeBop
Couldnt add map to DBCan't get stat of '' (Errcode: 2)



this is the chunk of code

$added = date("Y-m-d");
$file = $_FILES['file']['tmp_name'];
$screen = $_FILES['screen']['tmp_name'];
$sql = "INSERT INTO mapdb_maps VALUES ('$cid', 'null', '$name', '$author', '$description',
LOAD_FILE('$file'), LOAD_FILE('$screen'), '$added', '0')";
mysql_query($sql) or die("Couldnt add map to DB".mysql_error());
__________________
- My: Drawings, rants, raves, my cat, designs, and everything else i want to put on the net.
Free Teamspeak servers: http://gamersnetwork.us/

Reply With Quote