Reading a variable from MySQL field
#1

How do I get a number from a certain field in a MySQL table?
Reply
#2

Maybe this helps
_________________________________________________

https://sampwiki.blast.hk/wiki/MySQL_Tutorial
Reply
#3

Uh, not really, I already know those basics.
Reply
#4

What about this one?
_________________________________________________
mysql_query("SELECT `password` FROM `users` WHERE `username` = '%s'",function);
Reply
#5

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)