A Anonymous Guest Mar 22, 2004 #1 Hi how could i make this work? if($_REQUEST['\$field'] == ""){ Thanks!
A Anonymous Guest Mar 22, 2004 #2 You may have to be more specific, but I have a sneaking suspicion that this is what you really want: PHP: if($_REQUEST[$field] == ""){
You may have to be more specific, but I have a sneaking suspicion that this is what you really want: PHP: if($_REQUEST[$field] == ""){