> From: Steve Miller
> We are setting up an application where users will be
> entering links into a db, and we need a way to check
> them to make sure they are good.
Php can open a Web page like opening a file - or not, if the link is no good. So, you
could experiment with something like:
if (fopen($link, "r")
# Link is OK - save in database
else
# Link not working - reject it
-----------------------------------------
Email provided by http://www.ntlhome.com/
____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set
WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub
________________ http://www.wdvl.com _______________________
You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]