kobo1d
06-06-2009, 12:29 AM
hey there..
how can i use wildcards in this case:
if( $_SERVER["HTTP_REFERER"] == "http://www.site.net/index.php?page=" )
i want everything that could stand after "page=" to be accepted.. just like i would put an "*" .. i tried with "%", but it didnt work!
plz help
how can i use wildcards in this case:
if( $_SERVER["HTTP_REFERER"] == "http://www.site.net/index.php?page=" )
i want everything that could stand after "page=" to be accepted.. just like i would put an "*" .. i tried with "%", but it didnt work!
plz help