Posted by:
RealNubSlayer
(---.hsd1.ma.comcast.net)
getParameter is not a deafaultly set function in php, see [
us2.php.net] There are very many variations.. If you defined it with function getParameter(){ then you could have errors in your code. And in addition i reviewed your problem again and again and the error is saying that you are calling a non-existing function.. i reccommend that if you are trying to see if a box is checked use POST or GET methods, and something like
if($_POST['checkbox']){ script ;}
I didn't find any particular built in function that would fit your problem ,so i would suggest making one in your script...