|
Posted by Balazs Wellisch on 01/07/06 06:31
"Oujdeivί" <a@b.com> wrote in message
news:IdHvf.120$Hd4.89@newsread1.news.pas.earthlink.net...
>I googled, I swear I did, I just couldn't find an answer, maybe because I
>not framing it correctly.
>
> Is there a way to return a value to a calling php module, from within a
> browser?
>
> I.E.
>
> part1.php calls part2.php?var1=stuff&var2=morestuff
>
> part2.php does some work and has a result that you want returned to
> part1.php
>
What about calling part1.php the same way you called part2? So...
part1.php calls part2.php?var1=stuff&var2=morestuff
part2.php does some work and has a result that you want returned
part2.php calls part1.php?result=whatever
Wouldn't that work?
Balazs
Navigation:
[Reply to this message]
|