Is PHP necessary for database?

@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
• 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.
@leo2050 (348)
• India
14 Jul 10
hello guitaristTJ, can you please tell me from where i can learn PHP nuke online as i have no time to go to any institute to learn it.
• 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
@geojb90 (470)
• Galati, Romania
14 Jul 10
Databases are only created using MySQL. Php code is used to connect to the data base and HTML & CSS helps code a webpage.
@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.
• 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.