Is PHP necessary for database?
By leo2050
@leo2050 (348)
India
July 14, 2010 2:05am CST
Hello mylotters, i own a website and want to create some databases into it. But i don't have any knowledge of PHP. Can i create databases using HTML only? Please help me..
3 responses
@GuitaristTJ (36)
• United States
14 Jul 10
No you cant do it with HTML alone you need a database for forums and generally everything that uses a higher level of user interaction. A good place to start is PHP Nuke its free and easy and you can learn to use it tons of places with great and simple tutorials.
@sakthimaharai (154)
• India
19 Jul 10
Hi Leo,
You can learn php from following site. Actually i learned very easily from that site.I hope it ll be useful for you also.
http://www.w3schools.com/php/default.asp
@Zaphan (710)
• Philippines
15 Jul 10
yeah I agree with you... maybe you can connect your website to your db using html, but unsecured. a lot of html programmers now a days connect their db using PHP it's a wide known server side scripting for dynamic websites, and it's free. I guess you can check this site for references www dot w3school dot com. hope this might help you. I am studying php too.
@shirleyenglish (27)
• China
14 Jul 10
I think database have none business of PHP.The database use to store data,and the html or php used for present.