Current File : /home/inlingua/www/noida/icentex_noida/in-centre/show_ajax.php |
<?php
$cid=$_GET[CID];
function randompassword()
{
$r=rand(111111,999999);
return $r;
}
?>
<div align="center" style=" width:100%;">
<div id="h1"> <br>
</div>
<div id="h2"><input type='text' name='studentName[]' /><br>
</div>
<div id="h3"><input type='text' 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>