• We should now be fully online following an overnight outage. Apologies for any inconvenience, we do not expect there to be any further issues.

Online databse

The Green Bean

Diamond Member
Jul 27, 2003
6,506
7
81
Hmm I was looking for a simple database that people can fill up and others can search. Wither MySQL or PHP.

thanks in advance
hatim
 

Adul

Elite Member
Oct 9, 1999
32,999
44
91
danny.tangtam.com
Originally posted by: hatim
Hmm I was looking for a simple database that people can fill up and others can search. Wither MySQL or PHP.

thanks in advance
hatim

MySQL is the database, php would be used to talk to it and display that information from the database
 

The Green Bean

Diamond Member
Jul 27, 2003
6,506
7
81
I want to create something that will allow people to add them selves and their details and then other people to seach etc....
Like anyone can add details.....,
 

Drakkon

Diamond Member
Aug 14, 2001
8,401
1
0
your being WAY too general...this is what ANY database can do...
search for mySQL/php tutorials and go look in the software/programming/games section
 

rh71

No Lifer
Aug 28, 2001
52,844
1,049
126
Access is as simple as a database gets. Then to make it an "online searchable/editable database" you would need to use a dynamic web language such as ASP, PHP (use with MySQL database), ColdFusion, or JSP to take the job of the front end display. Think of them as substitute pages of HTML (static content).

Other databases include MySQL as mentioned, SQL Server, DB2, and Oracle... though the latter two are more difficult for a beginner.

Post in the correct forum and people will start you off on PHP with MySQL since they're free. In my opinion, ColdFusion (with any ODBC database) is the easiest to learn but it's not cheap nor widely supported.

You will need to consider other things such as who/where to host this from. Are you planning on creating all this yourself ?