On Monday 23 April 2001 17:34, Taylor, Stewart wrote:
> You've got some typo's
> if (my_type != "0"){ --> if ($my_type != "0") {
if ($my_type)
if it's a check if it's true, "not-equal"-ing it to string 0 is a ugly way to
do it. just my two cents.
--
php developer / CoreTrek AS | Forest fires cause Smokey Bears.
Sandnes / Rogaland / Norway |
web: http://www.moijk.net/ |
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] NEWBIE QUESTION Stinie Steinbach
- Re: [PHP] NEWBIE QUESTION Johannes Janson
- [PHP] newbie question knaSen
- RE: [PHP] newbie question Jon Haworth
- [PHP] newbie question Francis Xavier
- [PHP] Newbie Question Wade
- Re: [PHP] Newbie Question Jeff Warrington
- RE: [PHP] Newbie Question Taylor, Stewart
- Re: [PHP] Newbie Question Wade
- Re: [PHP] Newbie Question (and an odd bug) Geir Eivind Mork
- [PHP] newbie question Andr� Weidemann
- Re: [PHP] newbie question Francis Fillion
- [PHP] Newbie question Bob Eldred
- RE: [PHP] Newbie question Pavel Kharitonov
- [PHP] Newbie Question Greg
- RE: [PHP] Newbie Question Hunter, Ray
- RE: [PHP] Newbie Question Jon Haworth
- [PHP] Newbie Question Hubert DAUL
- Re: [PHP] Newbie Question Miguel Cruz

