Could someone please code the following Perl regular expressions into PHP regular expressions? I would really appreciate it !! Thank you!
if ($link =~ /http:\/\/[:\"\']+:[@]+@[ \"\']+/ix && $& !~ /(\?|cgi|bin|window.)/i) {print "OKAY"😉
Why do you need to? The preg() function reads Perl regular expressions.
/Mike