if u call ur page with a blank form tag, it will effectively call its self.

<form>

</form>

<?

process...


?>

or even

<form action=<?=$PHP_SELF?>>

</form>

$PHP_SELF refers to the same page it is called from.

good luck

> i want a form's input to go back to the page of THE
> form and get processed there
> how can i do that ... well that if thats possible ????
> 
> i ve been searching for the thing thru php.net but to
> no use


Regards,

James Mclean

"Increased knowledge will help you now.  
 Have a mate's phone bugged."
                -- /usr/games/fortune

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to