Thursday, November 26, 2009

Re: [jQuery] Validate / Remote

That script will get a single GET paremter with the name of the field as the key and the value of the field as the value, here you'd get verifica_user.php?cusuario=username

Jörn

On Thu, Nov 26, 2009 at 1:30 PM, RCLumbriga <ronanlumb@gmail.com> wrote:
Hi..  Sory the really bad english

I have one problem with remote in Jquery.validate

I do this

 cusuario:{
                               required: true, minlength: 5,
                               remote: "verifica_user.php"
                           },

Now  i whant know how the script verifica_user.php will recive the
information..

----
I still trying make one script when any user go create on account,,
first will verify if this account exist. If exist will appear on
message.. This accound still in use. Please choice another..

But i don't know how get the user still typing and pass from php
script, where will do this comparation..

Thanks

No comments: