Re: [PHP] basic php question...
- From: micah@xxxxxxxxxxx (Micah Gersten)
- Date: Tue, 04 Nov 2008 13:32:50 -0600
Is anything changing on the page? If not, AJAX might be the way to go,
http://xajaxproject.org
Otherwise, pass the parameters you want to foo.php and have it redirect
to the proper page with the proper arguments.
Another alternative, is to store the parameters in the session and pass
them from foo.php without passing them to it.
Thank you,
Micah Gersten
onShore Networks
Internal Developer
http://www.onshore.com
bruce wrote:
hi guys...foo.
i've got a button that i want to select, and i want the app to process some
logic, and then return the user to the page. my question is how??
something like
base page:
<a href="foo.php">button link"</a>
foo.php
-process logic
-return the user to the base page, with the same querystring that
was initially used to generate the initial base page
foo.php doesn't have any display function, just the logic
thoughts/sample php pages/psuedo code chunks...
thanks
- Follow-Ups:
- RE: [PHP] basic php question...
- From: "Boyd, Todd M."
- RE: [PHP] basic php question...
- From: "bruce"
- RE: [PHP] basic php question...
- References:
- basic php question...
- From: "bruce"
- basic php question...
- Prev by Date: basic php question...
- Next by Date: Re: [PHP] removing text from a string
- Previous by thread: basic php question...
- Next by thread: RE: [PHP] basic php question...
- Index(es):