Question:
I basically want to create a database for 10 people please help !!!!!:'(?
?
2013-01-28 05:45:35 UTC
I basically want to create a database for 10 people in which i can allow the user to create / modify / delete his/her information. And then i want to integrate that database in my html webpage so that if the user opens my webpage he gets an access to the database and he can make modifications from the webpage itself .
how can i do it help me please !!!!!
PS : i haven't launched my webpage online neither i have plans for it . I just have my html webpage in my pc and i want to integrate the created database in my offline webpage.
Also tell me how to create that database
Five answers:
Mark O
2013-01-29 10:33:18 UTC
in order to run it on a lan you need several things.



A web server software [ apache]

PHP software installed and setup in the web server configuration file.

MYSQL installed and setup in the web server configuration file



use the web server to allow access to the data base

use php to allow the client through the web page to view and change inforamtion on the data base

use mysql as the data base.
2013-01-28 05:57:10 UTC
You need to use php and mysql, you can NOT do this in html. So you probably need to install the WAMMP server or similar. This includes the php scripting language and mysql database on the apache web server. you then need to create the database on that server. To simplify it you can use the phpmyadmin program with it. You will need to study the php manual and the mysql manual. Both are available on line. There is not enough room here to tell you how to do it all. It is a complex operation.
?
2013-01-28 08:34:36 UTC
Why are you making a HTML webpage when you can make a JAVA desktop application easily and you can also connect your database securely using JDBC. Here take a look how i made a Login module at the starting off App through which only authenticated users can log in and use other features of Apps which includes modification of Database.

http://i1189.photobucket.com/albums/z427/abhay24292/Loginhomescreen_zps6c5f5a23.jpg

http://i1189.photobucket.com/albums/z427/abhay24292/Mainmenu_zps444a783e.jpg
?
2013-01-28 06:00:27 UTC
simple answer: go to w3schools.com and learn php and mysql. Php can run scripts on the server so you can't see the php code, so it can return different content to the browser. it can also get and edit information on a database. mysql is the language you wan to use to handle databases and tables. here's a link to get you started: http://w3schools.com/php/default.asp and http://w3schools.com/php/php_mysql_intro.asp
?
2013-01-29 02:02:30 UTC
Refer the below link for example



http://softwaresolution.informer.com/d/How_To_Create_A_Database_For_Movies


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...