- Joined
- Sep 10, 2006
- Messages
- 208
- Reaction score
- 1
how to show all mysql table output?
ex.:
$query=mysql("select name from account where score='9'");
i want ouput who have score 9 :
peter
jack
teddy
anybody know how? help please?
ex.:
$query=mysql("select name from account where score='9'");
i want ouput who have score 9 :
peter
jack
teddy
anybody know how? help please?