Posts: 62
Threads: 19
Joined: Jan 2012
Reputation:
0
hi guys i made a vehicle filterscript but when i want to show the data i stored, which were 13 fields, since mysql line command is too short it cant show me all fields, do you know any way to see ALL the fields?
Posts: 62
Threads: 19
Joined: Jan 2012
Reputation:
0
Im not asking how to show it, i mean i have too much fields and mysql comand line doesnt show all of them.
Posts: 239
Threads: 1
Joined: Jul 2010
Reputation:
0
Use phpMyAdmin / Other MySQL DB Manager.
Posts: 1,130
Threads: 181
Joined: Jan 2009
Reputation:
0
Use different tables to show all
Posts: 62
Threads: 19
Joined: Jan 2012
Reputation:
0
@coole210 - you only use query sizes when you are inputting a string into you DB.
@JamesC - I will try MyPHPAdmin Thanks.
Posts: 995
Threads: 71
Joined: Jul 2008
Reputation:
0
No.. You are selecting something from the database, you need a string that can fit the output of the query and show info.