instead ofif (1 == $x) { ... }
becauseif ($x == 1) { ... }
is a syntax error, butif (1 = $x) { ... }
is not.if ($x = 1) { ... }
In reply to Re: Re: Re: Re: Re: pushing individual rows of return (DBI) into seperate arrays
by menolly
in thread pushing individual rows of return (DBI) into seperate arrays
by peppiv
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |