Re: [PHP] Sub Newbie Question On Error Message

2001-01-17 Thread Dave Stewart
art <[EMAIL PROTECTED]>; PHP (General) <[EMAIL PROTECTED]> Sent: Thursday, January 18, 2001 12:36 PM Subject: Re: [PHP] Sub Newbie Question On Error Message > Take a look at the changes I made to your original post; this assumes that > the file isn't there until results are posted -

Re: [PHP] Sub Newbie Question On Error Message - Corrected...

2001-01-17 Thread Romulo Roberto Pereira
ral) <[EMAIL PROTECTED]> Sent: Wednesday, January 17, 2001 6:36 PM Subject: Re: [PHP] Sub Newbie Question On Error Message Take a look at the changes I made to your original post; this assumes that the file isn't there until results are posted - hope that's the case ;) --Toby >

Re: [PHP] Sub Newbie Question On Error Message

2001-01-17 Thread Romulo Roberto Pereira
ral) <[EMAIL PROTECTED]> Sent: Wednesday, January 17, 2001 6:36 PM Subject: Re: [PHP] Sub Newbie Question On Error Message Take a look at the changes I made to your original post; this assumes that the file isn't there until results are posted - hope that's the case ;) --Toby >

Re: [PHP] Sub Newbie Question On Error Message

2001-01-17 Thread Toby Butzon
Take a look at the changes I made to your original post; this assumes that the file isn't there until results are posted - hope that's the case ;) --Toby > http://www.ourheadoffice.co.nz/results/race01.html", "r")) { > $rf = fread($file, 20); > $grab = eregi("(.*)", $rf, $printing); > fclose

[PHP] Sub Newbie Question On Error Message

2001-01-17 Thread Dave Stewart
Hi, We have installed PHP pretty much to do one thing, which is to get data from our head office website and place it on our club site. We need to have a message saying something like "The Results are not available until after the event". I can supress the error messages by adding @ before the