On Mar 30, 2006, at 11:01 PM, Jasper Bryant-Greene wrote:
charles stuart wrote:
if ( 1 == 1 )
^^ what is the point of this?
Just cutting out the long IF statement so everyone didn't have to
look past it.
{
$goodToGo = 0; $errorArray[] = "You must declare some goals on
Activity 1
charles stuart wrote:
if ( 1 == 1 )
^^ what is the point of this?
{
$goodToGo = 0; $errorArray[] = "You must declare some goals on
Activity 1.";
// this block of code does not set each variable to "class=\"errorHere\"";
$readingGoalsEnjoymentLabelClass &&
$readingGoalsInfor
Hi,
I'm sure this is quite basic. Nonetheless I'm new to PHP so I haven't
figured it out.
I'd like to set each variable to the same value (without having to
set that value individually for each variable).
Thanks for the help.
best,
Charles
if ( 1 == 1 )
{
$goodToGo = 0; $errorArray
3 matches
Mail list logo