How to create a web database?
By abollegala
@abollegala (92)
Sri Lanka
1 response
@tamiYusuf (34)
• Singapore
17 Jan 07
You can use XAMPP to get php & mysql installed in your computer. Put some forms in your website to get information from the visitors, use php to capture this information and insert the information to the database. Try some tutorials in php & mysql web application. That is one way, another way is you can use AJAX, but I can't say much about this I've just started learning it.
