I would like to know why, when using a combination of AJAX and MySQL (via PHP scripts), you cannot have 2 timers calling seperate AJAX functions which simply read data from a database and then update ...
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 ...