I understand for php5 there is function filter_var as in
filter_var($var , FILTER_SANITIZE _URL);Is there similar function in php4.3?
Thank you
filter_var($var , FILTER_SANITIZE _URL);Is there similar function in php4.3?
Thank you
Comment