How can I get the name of a variable that is passing its value to a function or how do I return/ make it global so the new value takes affect? Thanks.
PHP Code:sanatize($email);
sanatize($first_name);
sanatize($last_name)
function sanatize($input){
return $input;
}



Reply With Quote


Bookmarks