Hi
I am writing a script so that my clients can update my database automatically without me having to give them any access rights.
I will send them a link which will be something like this:
http://www.mywebpage.com/update.php?username=$usnme&psswrd=$passwrd&location=$loc......&imagesrc=$imgsrc
I am going to suggest that they put this in a while loop in a cron job but my question is this:
Will my update.php page be fast enough to handle this while loop? There are no images being uploaded just data. Is this relevant?
I really would like to know before I suggest it to them and then find out it doesnt work.
Many thanks