I dont use 2 forms anymore, i have one form 2 buttons.
I want the button to redirect me to page i want.
this opens anyscreen.php above the current screen.
if ($_POST[update]) {Require"anyscreen.php"; }
if ($_POST[delete]) {Require"anyscreen2.php"; }
so i hope i am clear this time.
on click button redirect me to another page. (i dont wanna see te current page)
thnx againπ