Posts: 1,110
Threads: 183
Joined: Jul 2009
Reputation:
0
How do I get a number from a certain field in a MySQL table?
Posts: 1,110
Threads: 183
Joined: Jul 2009
Reputation:
0
Uh, not really, I already know those basics.
Posts: 358
Threads: 38
Joined: May 2010
Reputation:
0
What about this one?
_________________________________________________
mysql_query("SELECT `password` FROM `users` WHERE `username` = '%s'",function);
Posts: 1,110
Threads: 183
Joined: Jul 2009
Reputation:
0
Yes, I know what it does.
I'm trying to read the vehicle price for cars, but it keeps saying they are 0$, because I'm reading the variable wrong.