On Tue, 2008-11-04 at 11:27 -0800, bruce wrote:
> hi guys...
> 
> 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
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

I think you need to read up a bit more on PHP to understand how it
works, i.e. general process flow. PHP doesn't get attached to buttons,
and if there's no output, you're best of using AJAX as previously
suggested.


Ash
www.ashleysheridan.co.uk


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

Reply via email to