Hi: I have a question. Is there any way to redirect to another URL and then continue executing PHP code after it. Example, I am loading a website in a popup window but would like to store some contents in the database AFTER it fully loads. Any assistance would be appreciated
Thanks Tony
You could pass vars in the URL perhaps?
I'm not entirely sure I follow your post correctly, but I think you would have to open up another connection to your SQL server in the pop up.
Nick
In other words, I would redirect a url to a popup window and after it displayed I would want to update a table and do some other processing in the code. Can this be done?
Sure...
Just pass the vars you want to work on in the URL of the pop up like some_pop_up.php?var1=value1&var2=value2
connect to server do what you need to close connection