Posts Tagged ‘Search Database’

How do I search for a certain ID in a database using php?

I’m making a php script that will get a user-inputted number and then search a MySQL database for that ID then read all the information off of that row. I’m sure there is a function that does this since looping through thousands of entries is so inefficient. I’m just not sure what it is.