Current File : /home/inlingua/public_html/noida/icentex_noida/admin_fdOLD/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[]' /></div>
				
				 <div id="h4"><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>