i have a page home.php and i im trying to displays records in a table but it never works except i create the table inside the php code(<php? echo "<table">; echo "<tr><td>"; echo $name") but i dont like it this way its too stressful repeating the echo all the way , i want to display the records like this <table><tr><td><? echo $name; ?></td</tr></table>. I read some article online about creating .htaccess and making some changes to your http.conf files but i dnt understand any. I really need your help you guyz on what to do. Im using dreamweaver cs3 and wamp5 for my site, hope this is enough for you guyz, thanks for your help.