Re: [PHP] Can't get this code to work...

2002-04-06 Thread Rob Packer
Dan, Really, thanks for the help. Yeah, as you know I'm not experienced near enough with PHP. Maybe you could provide me with an e-mail and prices for consultation(I suppose this is what 'Analysis & Solutions' does?) Regards, Robert Packer "Analysis & Solutions" <[EMAIL PROTECTED]> wrote

Re: [PHP] Can't get this code to work...

2002-04-06 Thread Analysis & Solutions
On Sat, Apr 06, 2002 at 12:32:33AM -0500, Analysis & Solutions wrote: > > And following up to my own following up... As I shut down the computer, I realized I made a boo boo. The single quotes shouldn't be there. So, make that: Later, --Dan -- PHP scripts that make y

Re: [PHP] Can't get this code to work...

2002-04-05 Thread Analysis & Solutions
On Fri, Apr 05, 2002 at 09:42:37PM -0500, Analysis & Solutions wrote: > If you want to evaluate the variable $checkboxName, you need to write: > >$var = "checkbox$cb[$i]"; >if ($$var == 'validate') > > But, of course, that assumes you actually set the name of your > checkbox to "che

Re: [PHP] Can't get this code to work...

2002-04-05 Thread Analysis & Solutions
Hey Rob: On Fri, Apr 05, 2002 at 08:31:15PM -0800, Rob Packer wrote: > if ("\$checkbox".$cb[$i]=="validate") > {echo"can NOT get here";// HINT, HINT Because you're making a string "$checkboxName" Of course it doesn't equal "validate" If you want to evaluate the variable $checkboxName, you