How do I stop the on-screen reporting of the handle error when the file
does not exist yet ?
if (($handle1 = fopen($authFile 3, 'r')) === FALSE) { return false; }
Richard.
--
"This week I have mostly been listening to -
The Film Music of Alan Rawsthorne and British Film Music Volumes I & II.
does not exist yet ?
if (($handle1 = fopen($authFile 3, 'r')) === FALSE) { return false; }
Richard.
--
"This week I have mostly been listening to -
The Film Music of Alan Rawsthorne and British Film Music Volumes I & II.
Comment