Hi, I wanna adda valid url's c heck to my remote uploader.
I have an idea of how to do it, like
$url = "http://";
if ($url) {
//do this
}
but the end user cud add any url atm like warezscene.net/mypic.png or krazywarez.com/mypic.png or xtremeddl.net/mypic.png so i need to find some code for differnt url's.
any1 help?
I have an idea of how to do it, like
$url = "http://";
if ($url) {
//do this
}
but the end user cud add any url atm like warezscene.net/mypic.png or krazywarez.com/mypic.png or xtremeddl.net/mypic.png so i need to find some code for differnt url's.
any1 help?