| Current Path : /var/www/html/mmishra/mm/www.uprtou.ac.in/ |
| Current File : /var/www/html/mmishra/mm/www.uprtou.ac.in/\ |
<?php
mysql_connect("localhost","root","alld");
mysql_select_db("uprtou2010");
$rs = mysql_query("select * from examdata2010 where 1");
while ($o = mysql_fetch_object($rs)) {
echo $o->program.' ';
echo $o->enrollno.' ';
echo $o->name."\n";
}
?>