You are viewing our Forum Archives. To view or take place in current topics click here.
Police like database help
Posted:
Police like database helpPosted:
Status: Offline
Joined: May 26, 201212Year Member
Posts: 24
Reputation Power: 0
Status: Offline
Joined: May 26, 201212Year Member
Posts: 24
Reputation Power: 0
Hey guys how would i go about making a database that is like a police database but i get to type in the info and it is a search database like if i want to find someone by the name tyler pierce i would type in tyler pierce instead of scrolling through to fin tyler pierce. Thanks guys! ill plus rep when i get some!
#2. Posted:
Status: Offline
Joined: Jun 16, 201113Year Member
Posts: 1,877
Reputation Power: 110
Status: Offline
Joined: Jun 16, 201113Year Member
Posts: 1,877
Reputation Power: 110
If you make it, tell me, sounds cool.
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Dec 31, 200914Year Member
Posts: 892
Reputation Power: 38
Status: Offline
Joined: Dec 31, 200914Year Member
Posts: 892
Reputation Power: 38
This can be easily done in PHP & MySQL. Create a database that contains the persons name, age, crime, etc. Then use PHP to retrieve the information from the database and display it. Simple
- 2useful
- 0not useful
#4. Posted:
Status: Offline
Joined: May 26, 201212Year Member
Posts: 24
Reputation Power: 0
Status: Offline
Joined: May 26, 201212Year Member
Posts: 24
Reputation Power: 0
do i need to learn another coding language? and can you link me a tut? thank you guys and i will tell you when it comes out!
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Jul 07, 200915Year Member
Posts: 2,596
Reputation Power: 205
Status: Offline
Joined: Jul 07, 200915Year Member
Posts: 2,596
Reputation Power: 205
TheTModder wrote do i need to learn another coding language? and can you link me a tut? thank you guys and i will tell you when it comes out!
You need to know PHP, and the basics of MySQL.
PHP is a server side web language, and MySQL is a basically a database.
You could make a program or just a website/part of a site to do it, the easiest would be an on site one.
To do this you'll need to make a database on your site, then create a table, then you just have different fields in the table - For example, name, age, address...
With PHP you can create a page to inject data into the fields and have a file to retrive all data within a query, such as all people aged 20 etc...
It's not a simple thing to do if you have no knowledge of PHP, so I suggest doing the basics of PHP then moving onto this, as just starting straightaway is going to confuse you.
There are plently of PHP tutorials out there, depending on how you like to learn I found, [ Register or Signin to view external links. ] and [ Register or Signin to view external links. ] to be the best.
- 1useful
- 0not useful
#6. Posted:
Status: Offline
Joined: May 26, 201212Year Member
Posts: 24
Reputation Power: 0
Status: Offline
Joined: May 26, 201212Year Member
Posts: 24
Reputation Power: 0
Thanks guys! you have been great! as soon as i get rep ill rep all of you.
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.