php-windows | 2002071
Date: 07/11/02
- Next message: Per: "[PHP-WIN] Re: cURL: curl_exec returning chopped up result on a POST operation"
- Previous message: toby z: "[PHP-WIN] form variables ... back to the same page ?????"
- In reply to: toby z: "[PHP-WIN] form variables ... back to the same page ?????"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Per: "[PHP-WIN] Re: cURL: curl_exec returning chopped up result on a POST operation"
- Previous message: toby z: "[PHP-WIN] form variables ... back to the same page ?????"
- In reply to: toby z: "[PHP-WIN] form variables ... back to the same page ?????"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

