I have dynamically loaded the values of checkbox using php, n m using AJAX in that page to call the processing page.
<form name="form1" id="form1" action="javascript:wait1();getPass('go.php?**place**='+ document.form1.place.value);" method="post" enctype="multipart/form-data">
<input name="place[]" type="checkbox" value="<?=$ro['article_title']?>" /><?=$ro['article_title']?>
As the checkbox consists of arrays, I do not get the values.
Plz help..
Thanks in advance.