"Bob Strasser" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I'm building a database visualization tool using SVG.  Is it possibe to
send
> information from a form on one html page to another html page with a SVG
> graphic enbedded in the page and have the php generated SVG graphic
receive
> the post information.


Not directly...

If there is only a small amount of info to be passed,
you could embed it as a url parameter to the image-
generating script.

If there is too much for that, I would have the
form submit to a page which stuffs the needed
information into session variables, then
redirects to the page with the graphics.
This page then passes the session-id
to the script that generates the graphics.

--
Hugh Bothwell     [EMAIL PROTECTED]     Kingston ON Canada
v3.1 GCS/E/AT d- s+: a- C+++ L++>+++$ P+ E- W+++$ N++ K? w++ M PS+
PE++ Y+ PGP+ t-- 5++ !X R+ tv b++++ DI+++ D-(++) G+ e(++) h-- r- y+




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

Reply via email to