Is there a way to show all rows in a database table without having to echo row[0] echo row [1] for each field?
did select * from blah where id=1 but theres about 50 fields (keyword tags) so can i just echo them all?
did select * from blah where id=1 but theres about 50 fields (keyword tags) so can i just echo them all?

Comment