05-15-2008, 01:21 PM
|
#1 (permalink)
|
|
Wizard
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
|
preg_match problem
When I run this expression in preg_match is returns
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.
|
|
|
|