PHP Classes

Updating Forms

Recommend this page to a friend!

      Auto Ajax  >  All threads  >  Updating Forms  >  (Un) Subscribe thread alerts  
Subject:Updating Forms
Summary:How to handle forms that post data?
Messages:3
Author:Eric Gunn
Date:2008-01-02 17:45:29
Update:2008-01-02 21:14:57
 

  1. Updating Forms   Reply   Report abuse  
Picture of Eric Gunn Eric Gunn - 2008-01-02 17:45:29
Thank you for writing your Auto Ajax package. I'm hoping to use it in a application I am writing. I'm a bit confused on how to handle forms. I have a drop down menu that I would like to update by clicking a link but I don't understand how to handle the posted variables. Could you perhaps post an example of how a form could be handled?

Thank You.

  2. Re: Updating Forms   Reply   Report abuse  
Picture of Cesar D. Rodas Cesar D. Rodas - 2008-01-02 20:54:08 - In reply to message 1 from Eric Gunn
Hello!

AutoAjax is a class only for update some parts of a website, or perform the regular request (no ajax) for old browsers.

For general purposes I've wrote another class with is called php-ajax, it will speed up the developing time because it generates all the needed javascript and integrates with PHP. You'll be able to have new ajax only defining php-classes with some methods.

I think the project will be approved soon here.

BTW, I'll write you here when the project is approved.

  3. Re: Updating Forms   Reply   Report abuse  
Picture of Eric Gunn Eric Gunn - 2008-01-02 21:14:57 - In reply to message 2 from Cesar D. Rodas
ok thanks!