Jump to content

[SOLVED] Syntax error...


nats

Recommended Posts

Hey guys,

Can somebody plz identify the error in the following code to upload files on the Database...

 

$sql = "INSERT INTO files1 SET

                title = "".htmlentities(stripslashes($_POST['title']))."",

                file_name = '".$fileName."',

                file_type = '".$fileType."',

                file_size = '".$fileSize."',

                file_content = '".$content."',

                file_extension = '".$file_info['extension']."'";

 

The error is displayed in the 2nd line of the code...

Parse error: syntax error, unexpected '"' in C:\xampp\htdocs\nats_upload\upload.php on line 91

Link to comment
https://forums.phpfreaks.com/topic/137812-solved-syntax-error/
Share on other sites

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.