Posted by Oli Filth on 12/19/05 14:33
Note: please don't snip what you're replying to...
jimlewis@emachineshop.com wrote:
> I was afraid of that but thanks for confirming it. But the image needs
> several functions and a lot of data from the other module. Is there a
> way to call functions across modules?
Either sessions or GET variables.
e.g. for GET variables, in your main script if you create your HTML as
such:
<IMG src="image.php?var1=blah">
Then in image.php you should have $_GET["var1"] available.
--
Oli
Navigation:
[Reply to this message]
|