View Single Post
Old 05-15-2008, 01:21 PM   #1 (permalink)
Village Idiot
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default preg_match problem

When I run this expression in preg_match is returns
Quote:
Warning
Quote:
: preg_match() [function.preg-match]: Unknown modifier ']' in /home/img911/public_html/url/shorten.php on line 16
The expression is
Code:
/^(ftp|http|https):\/\/([_a-z\d\-]+(\.[_a-z\d\-]+)+)(([_a-z\d\-\\\.\/]+[_a-z\d\-\\\/])+)*/
__________________


Last edited by Village Idiot : 05-15-2008 at 01:42 PM.
Village Idiot is offline  
Reply With Quote