>Is there a smart way, that I have overseen, to update/download 2 (or more)
>PHP-docs with only one POST/GET instruction ?
>
>I do not want to use either javascript or cockies!

I don't really understand the question:  What are you actually trying to do,
and why?

An HTTP POST, by definition, returns one, and only one, HTML document to the
browser.

Within your PHP script, you can alter whatever you want.

If you want to have a download as a result of a POST, I guess you could Zip
two files up and download that.  Is that what you mean?

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
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