Re: [PHP] concat woes

2009-03-05 Thread PJ
haliphax wrote: > On Thu, Mar 5, 2009 at 4:34 PM, PJ wrote: > >> Here we go again! >> I'm trying to do some form entry verification and am trying to figure >> out how to verify if there are 4 fields entered: >> f_nameIN, l_nameIN, f_name2IN, l_name2IN >> Verifying for each is ok, but somewhat t

Re: [PHP] concat woes

2009-03-05 Thread Chris
PJ wrote: Here we go again! I'm trying to do some form entry verification and am trying to figure out how to verify if there are 4 fields entered: f_nameIN, l_nameIN, f_name2IN, l_name2IN Verifying for each is ok, but somewhat tortured and long. I thought of using CONCAT_WS but it doesn't seem to

Re: [PHP] concat woes

2009-03-05 Thread haliphax
On Thu, Mar 5, 2009 at 4:34 PM, PJ wrote: > Here we go again! > I'm trying to do some form entry verification and am trying to figure > out how to verify if there are 4 fields entered: > f_nameIN, l_nameIN, f_name2IN, l_name2IN > Verifying for each is ok, but somewhat tortured and long. I thought

[PHP] concat woes

2009-03-05 Thread PJ
Here we go again! I'm trying to do some form entry verification and am trying to figure out how to verify if there are 4 fields entered: f_nameIN, l_nameIN, f_name2IN, l_name2IN Verifying for each is ok, but somewhat tortured and long. I thought of using CONCAT_WS but it doesn't seem to listen to m