i am designing a site...under xampp with php...now,i have a table called link where i want to link some special links by fething it from database...but my problem is when i open it ....it happens something like below...
suppose I give a url "www.intel.com" in the database by hyperlinking a text "link"
but when i click it... it open like "http://127.0.0.1/h/www.intel.com"
so,how i make it only "http://www.intel.com"
my echo code is echo "<td><center><a href=\"$url\">$link</center></td></a>";