//function to check whether the url isvalid or not
function validUrl($url)
{
if(preg_match("/^((http:|https:)\/\/)[A_Za-z0-9_]*(\.)[a-zA-Z]*[?|&|[a-zA-Z0-9]]*/",$url))
return 1;
else
return 0;
}
[Tuesday, November 13, 2007
|
0
comments
]
Popular Posts
- php Questions
- Php Questions
- Elgg : The most popular open source social networking platform
- Running a perl script from PHP
- some php questions
- php questions
- question regarding socket
- How to select a specified number of values starting with each alphabets in mysql.
- php questions
- Compressing HTML, CSS and Javascript using Apache
0 comments
Post a Comment
Please put your comments here. your questions, your suggestions, also what went wrong with me.