won't be using a wildcard, will likely do a
strpos() for the '=' sign, then
explode() the value if it's there, and THEN use the
substr() function to check for http, ftp, etc.
I'll leave you with that to see if you can piece together the solution in actual php
