RE: [PHP] HELP , HELP ,HELP

2005-03-29 Thread Chris W. Parker
wangchq mailto:[EMAIL PROTECTED] on Tuesday, March 29, 2005 4:50 PM said: Hi; Hello. I use this regulation expression to check account(money)type, but it does not work. That's regular expression. You were close. :P if(eregi(^\$[0-9]+\,[0-9]+\.[0-9]+,$set,$account)){

Re: [PHP] HELP , HELP ,HELP

2005-03-29 Thread Richard Lynch
On Tue, March 29, 2005 4:49 pm, wangchq said: if(eregi(^\$[0-9]+\,[0-9]+\.[0-9]+,$set,$account)){ For starters: PHP use \ as an escape character for $ inside of Regex uses \ as an escape character for $ as a literal rather than line-end character. So your \$ should be \\\$, because PHP will

Re: [PHP] help help help!!!!!!pls........

2002-07-06 Thread Alberto Serra
Balaji Ankem wrote: I have multiple check boxes ...and I gave the single name to all check boxes. If I post to my php script I am not getting all the values as an array.I am getting only one value(last value). Correct. Since they are all named in the same way, the last one