sabret00the
06-04-2004, 04:13 PM
how do i select ALL data from a database concerning a specific userid?
something along the lines of
SELECT * FROM * WHERE userid=XX
something along the lines of
SELECT * FROM * WHERE userid=XX
View Full Version : how do i select