Hi hab ein poblem mit nem sql querry :-( ich hoffe mir kann jemand helfen.
Ich denk mal am besten ist ich poste den code mal hier.
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '200'&h='200'" border="0">', 'Wasserlilien.jpg', '83794 Byte', 'image/pjpe' at line 2
ich hoffe ihr könnt mir helfen.
THX
Ich denk mal am besten ist ich poste den code mal hier.
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '200'&h='200'" border="0">', 'Wasserlilien.jpg', '83794 Byte', 'image/pjpe' at line 2
PHP:
INSERT INTO images (link, name, groesse,
typ, cat) VALUES ('<a href=\"upload/" . $_FILES["file"]["name"] . "\" target=\"_blank\"><img src=\"upload/thumbnail.php?src=" . $_FILES["file"]["name"] . "&w='" .$_POST["pixel"] . "'&h='" .$_POST["pixel"] . "'\" border=\"0\"></A>', '". $_FILES["file"]["name"] ."',
'" . $_FILES["file"]["size"] . " Byte', '" . $_FILES["file"]["type"] . "','" .$_POST["cat"] . "')";
ich hoffe ihr könnt mir helfen.
THX