Advertisement
Advertisement
| 05.09.2008 at 10:05PM PDT, ID: 23391311 | Points: 125 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: |
if ((file_exists("http://www.motohound.co.nz/my_stocklist.asp")))
{
echo "The file exists.";
}
else
{
echo "The file does not exist.";
}
|