in reply to Re: retrieving similar form params
in thread retrieving similar form params
I have that for each number. And it's a lot longer than it should be, right? That's pretty much what I want to shorten down into one code that processes all of my form fields.if(param("fname1")) { if(param("lname1")) { if(param("phone1") ne "" || param("email1") ne "") { if(param("add1") { # MySQL functions here } } } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: retrieving similar form params
by GrandFather (Saint) on Nov 27, 2005 at 23:57 UTC | |
|
Re^3: retrieving similar form params
by GrandFather (Saint) on Nov 27, 2005 at 23:35 UTC | |
by Anonymous Monk on Nov 27, 2005 at 23:43 UTC | |
|
Re^3: retrieving similar form params
by Anonymous Monk on Nov 27, 2005 at 23:27 UTC |