03.02.2016, 12:42 
	(
 Последний раз редактировалось E7mad; 03.02.2016 в 14:49.
)
	
	
		Hello, this is SQLite, can someone make me the same idea but in MySQL
Can someone help me please?
	
	
	
	

Can someone help me please?
Код:
new DBResult:qresult, count = 0;
	qresult = db_query(DB: HOUSEDB, "SELECT * FROM `houses`");
	if(db_num_rows(qresult) == 0)
	{
		print("No houses were found in the database.");
	}





