Special characters require the MySQL escape character to indicate to the server that you want to insert the characters without executing any secondary code. Special characters such as commas and ...
Pretty straightforward. I have a form upload a file. So far, I've tried<BR><BR><pre class="ip-ubbcode-code-pre">$file=$_FILES['photofile']; mysql_query("insert into ...