29.04.2013, 18:17
Hey guys,
Im trying to get some data out of a database, and im not really sure how to return a string.
Right now im using this piece of code:
With this code it isnt returning the username out of the database.
It is connected to the right database, since it is loading the coordinates and other data.
Anyone can help me?
~Wesley
Im trying to get some data out of a database, and im not really sure how to return a string.
Right now im using this piece of code:
pawn Код:
cache_get_row( 0, 1, fetch, g_Handle, 24 );
It is connected to the right database, since it is loading the coordinates and other data.
Anyone can help me?
~Wesley