Which is better to use for my registration system PHP or VB?
By the way I'm making a Patient Registration System for a clinic.I'll be using a database MySQL/MS Access.
thanks!
1. You don't need so many echo's. Just one is fine. If you want it to break to the next line just use <br>
2. Blue Color: echo "<span style='color: blue;'>Website: ".$row['website']."</span>";
You can also add links, tables, and inputs this way.