I have one question. How can I insert data into a SQL?
Where is a Variable and String?
The problem starts in text: upload/photos/ . date("Y")...
Example code:
$sql = "INSERT INTO Users (post_id, user_id, postText, postFile , postPrivacy, time)
VALUES ('0', '$getid', '$b', 'upload/photos/ . date("Y") . / . date("m") . / . $c', '0', '$timer')";