Passing post data
Posted: Wed Jan 26, 2005 1:02 am
I have created a dynamic image file and would like to pass some variables from a post form. Right now I can pass all the info directly into the file that generates the image but I can't get it in from the page I'm showing the image in.
How do I pass the data I've posted into an image tag? It's a good amount of info so having
<img src="image.php?variable_name">
won't work out well. Can anyone help?
M-
How do I pass the data I've posted into an image tag? It's a good amount of info so having
<img src="image.php?variable_name">
won't work out well. Can anyone help?
M-