Posted by countach on 03/19/07 15:12
En las nuevas, el Richard Brooks escribiσ:
> How do I stop the on-screen reporting of the handle error when the
> file does not exist yet ?
>
> if (($handle1 = fopen($authFile3, 'r')) === FALSE) { return false; }
>
> Richard.
--- @fopen(...
An @ before any command will avoid the on screen error message flush .
Navigation:
[Reply to this message]
|