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]

Reply via email to