how do i close a window in php ?
is there a function similar to window.close() ?
Currently i can redirect using:
print "<meta http-equiv=refresh content='0;url=$GLOBALS[Root]/myprogram.php?Error=$DataError'>";
but i have a popup window i need to close at completion, how ???/