Hi how make a back button without header "location "????
At beginning when user click a button the button start this php :
<?
$execfile = "/bin/rm -f /images/$name";
exec ($execfile);
echo "file has been deleted , please hit backspace to return";
exit;
?>
How make he back automatically whithout hit anything .
I can't use header ..
Thanks .