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 ...
I'm coding on a Win32 database client application. Previously the database worked great with MySQL. I'm trying to introduce it into my work environment. Work does not allow open source applications ...