I'm getting error message, i know there is something wrong wrong with incorrect name of tables.
the tables called HomeNews and there are two column is called "News_Name , News_URL" so please correct if this is correct the way i should write code to make link works...
<?php echo '<a href="'.$row_HomeNews[News_URL].'">'.$row_HomeNews[News_Name ].'</a>'; ?>
Is this is correct! because is till not working right.... did i missed anything!
am