Помогите с MySQL (BlueG)
#1

Не могу разобратся как загрузить string c базы

Код:
House[home][hPosx] = cache_get_field_content_float(0,"posx");
House[home][hPosy] = cache_get_field_content_float(0,"posy");
House[home][hPosz] = cache_get_field_content_float(0,"posz");
House[home][hCarx] = cache_get_field_content_float(0,"carx");
House[home][hCary] = cache_get_field_content_float(0,"cary");
House[home][hCarz] = cache_get_field_content_float(0,"carz");
House[home][hCara] = cache_get_field_content_float(0,"cara");
House[home][hID] = cache_get_field_content_int(0,"id");
House[home][hOwned] = cache_get_field_content_int(0,"owned");
House[home][hInt] = cache_get_field_content_int(0,"int");
House[home][hCena] = cache_get_field_content_int(0,"cena");
House[home][hOpen] = cache_get_field_content_int(0,"open");
House[home][hKlas] = cache_get_field_content_int(0,"klas");
House[home][hUslugi] = cache_get_field_content_int(0,"uslugi");
cache_get_field_name(0, "owner", House[home][hOwner]);
Получаю всю инфу кроме "owner"

Помогите
Reply


Messages In This Thread
Помогите с MySQL (BlueG) - by Day_Jons - 09.09.2013, 19:33
Re: Помогите с MySQL (BlueG) - by Alexander_Petrov - 09.09.2013, 19:36
Re: Помогите с MySQL (BlueG) - by Day_Jons - 09.09.2013, 19:45
Re: Помогите с MySQL (BlueG) - by Stepashka - 09.09.2013, 19:48
Re: Помогите с MySQL (BlueG) - by Day_Jons - 09.09.2013, 19:52

Forum Jump:


Users browsing this thread: 1 Guest(s)