these days people using this kind of upload functions:
http://www.web-development-blog.com/archives/upload-in-modal-window-and-pass-values-with-jquery/
the demo is here
http://www.finalwebsites.com/demos/modal_upload_jquery_thickbox.php
PHP related forum, discuss snippets, classes and tutorials
these days people using this kind of upload functions:
http://www.web-development-blog.com/archives/upload-in-modal-window-and-pass-values-with-jquery/
the demo is here
http://www.finalwebsites.com/demos/modal_upload_jquery_thickbox.php
Ok...let me ask you a question..
How do I match the current time with the current time on the file via mysql select, and if it is less than 60 seconds...give the user a die
Once the user uploads, the file gets submitted into mysql, along with the file information( current time file was uploaded, and such..)
create a mysql table field from the type timestamp. compare the current time from the upload with the last timestamp from your database table.
do you checked already the manual? the php manual has thousands of examples
Can you provide me an example? I don't have much experience with this field..
if you create a ny table field there is a question mark with this link:
http://dev.mysql.com/doc/refman/5.0/en/data-types.html
don't accept that I will write your custom code buddy
You must log in to post.