Current File : /home/inlingua/public_html/faridabad/icentex/admin_fd/show_ajax.php
<?php
//static $cid;
$cid=$_GET['CID'];
function randompassword()
{ 
$r=rand(111111,999999);

return $r;
}
?>
<div align="center" style=" width:100%;">
                <div id="h1">&nbsp;<br>
                </div>
                <div id="h2"><input type='text' name='studentName[]' /><br>
                </div>
                <div id="h3"><input  type='text' name='email[]' id='email' />
                <input  type='hidden' name='ref_No[]' id='ref_No' />
                <input type="hidden" name='login[]' />
                 <input type="hidden" name='mobile[]' />
				 </div>
				  <div id="h4">
                  <input type="checkbox" name="course_type[]" value="part1" /> Part 1
                  <input type="checkbox" name="course_type[]" value="part2" /> Part 2
                  <input type="checkbox" name="course_type[]" checked="checked" value="complete" /> Complete
				 
				 </div>
				
				 <div id="h5"><a href='javascript:removeElement("my<?php echo $cid+1?>Div");'><b>Remove</b></a></div>
                
                <br>
<input type='hidden' name='password[]' value="<?php echo  randompassword();?>" id='password' />
                </div>