Omar
Omar

Reputation: 73

Zend Server side validation using jquery/ajax

I wish to run few server side methods for validation and returning content/messages on the main page/view. But no luck so far. All I could find was running JS based validation scripts. For the start, I am looking to validate my login/registration form using ajax and server side methods. Just want to see if the user is already registered, he entered valid information..and all through php code..not JS code..any ideas?

Many thanks, Omar

Upvotes: 0

Views: 743

Answers (2)

Risto Novik
Risto Novik

Reputation: 8295

I got some start point from this site, really good screencasts http://www.zendcasts.com/ajaxify-your-zend_form-validation-with-jquery/2010/04/

Upvotes: 0

Alex Howansky
Alex Howansky

Reputation: 53573

The Zend_Form Quickstart pretty much covers this.

Upvotes: 1

Related Questions