if(!ereg("^#(.)*$", $buffer[$i]))
{
    echo "ok";
}

what does this mean?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to