PDA

View Full Version : Get cell at *specific* location?


Kixdemp
11-19-2005, 12:13 AM
Hello everyone! :D
OK, I just got into PHP and I'd like to know something about MySQL... How do you get a value from a specific row, without fetch_array'ing until it has reached the row I want? I have a randomized MIDI player, I have a random number that tells which MIDI to play, but how do I get that from the database? Thanks! ;)

Brandoe85
11-19-2005, 02:56 AM
With the were clause?
select field from table where field = something