So sprach »John Meyer« am 2001-08-29 um 15:57:02 -0700 :
> Two questions:
> 1.  Can I tell a form to post to itself without specifying the name of the 
> web page?

<form action="<?php echo $PHP_SELF;?>">

> 2.  If I have a function on one page called by another, will this resolve 
> correctly?

If you include() the file, yes.

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:       http://www.digitalprojects.com   |   http://www.iso-top.de
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
                Uptime: 9 hours 0 minutes

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to