Hey,
I have a php script that is searching a mysql database and will be creating html output of possibly a few thousand records in a javascript treeview style control.
Is there anyway I can display a simple page or message saying the search is currently in progress so that the html wont actually be output until all the sql work has been done?
Thanks for any advise.
I have a php script that is searching a mysql database and will be creating html output of possibly a few thousand records in a javascript treeview style control.
Is there anyway I can display a simple page or message saying the search is currently in progress so that the html wont actually be output until all the sql work has been done?
Thanks for any advise.