Question
#1

Hi, why do I not save the mysql table data, it is the price. Here is the code:
Код:
public OnGameModeExit()
{			
for(new house=0; house<maxhouse+1; house++)
{
format(query,256,"UPDATE `namai` SET `Kaina` = '%i' WHERE (`Namas` = '%i')",houseDB[house][kaina],house);
mysql_query(query);
}
return 1;
}
Reply
#2

where is your website connection with your script. See MySQL tutorial
Reply
#3

My script is conect to website.
Reply
#4

Show us that section of script...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)