[nycphp-talk] Automatically create an object from a form
Mark Armendariz
nyphp at enobrev.com
Tue Oct 19 12:20:34 EDT 2004
> No, it can't be done. You can't parse the php code on the
> client side.
>
> Scott Mattocks
>
> Christopher Merlo wrote:
>
> > Thank you, Chris and Dan, for your quick answers. I've realized that
> > I left something out of the original question. I'd like to change the
> > object without having to reload the page, or even hit a submit button
> > -- just on the action of changing the pull-down.
Harry Fuecks has been doing quite a bit of research in this arena
recently...
Take a look at this (3 part article):
http://tinyurl.com/6was6
http://tinyurl.com/6n6vg
http://tinyurl.com/6qsac
And the eventual outcome was this project:
http://xmlrpccom.sourceforge.net/scriptserver/
"***Intro***
ScriptServer provides tools to "hook up" PHP and Javascript,
for the purpose of fetching data from PHP into a web page
which has already loaded, without reloading the entire
page."
Hope that might help you do what you need to do.
Mark
More information about the talk
mailing list