<?php $hostname = "localhost"; $username = "splendor_lydia"; $password = "jesus"; $dbid = "splendor_samp"; $link=mysql_connect($hostname, $username, $password); mysql_select_db($dbid) or die("unable to connect");
echo ""; $result=mysql_query("SELECT * FROM please"); for ($i = 0; $i < 1; ++$i) { $line = mysql_fetch_row($result); print "Name $line[0]"; print "Company Name $line[1]"; print "Company Address $line[2]"; print "Email Id $line[3]"; print "Skills $line[4]"; print "Degree $line[5]"; print "Industry Type $line[6]"; print "Description $line[7]"; print "Requirement $line[8]"; print "Year Of Experience $line[9]"; print "Salary $line[10]"; print "Search Date $line[11]"; } echo "";
mysql_close($link); ?>
just add the width and border to the tag.
echo "<table width='something' border='1'>";
thanks it is working