chrisb
06-18-2007, 08:09 AM
Hi All,
I perform a query in a pop-up window. How in php can I exit & close that window after the query has been performed:
ie something like:
$result = mysql_query("Update blah...);
header("javascript:exit()")
Thanks
Chris
I perform a query in a pop-up window. How in php can I exit & close that window after the query has been performed:
ie something like:
$result = mysql_query("Update blah...);
header("javascript:exit()")
Thanks
Chris