Mark Hewitt
Wed 12th Jul '00, 11:27am
how can I do something like
if exists(thisfile.html)
{
<a href="thisfile.html">Link</a>
}
else
{
}
in php ????
Cheers!
if exists(thisfile.html)
{
<a href="thisfile.html">Link</a>
}
else
{
}
in php ????
Cheers!