MySQL problem
#1

Deleted.
Reply
#2

change:
Код:
cache_get_field_content(i, "hOwner", result); 			format(HouseInfo[x][hOwner], 32, result);
with:
PHP код:
cache_get_row(ifield_indexHouseInfo[x][hOwner], mysqlmaxlength); 
check field_index from database it start from 0
and change maxlength with your hOwner max length
Reply
#3

Quote:
Originally Posted by jlalt
Посмотреть сообщение
change:
Код:
cache_get_field_content(i, "hOwner", result); 			format(HouseInfo[x][hOwner], 32, result);
with:
PHP код:
cache_get_row(ifield_indexHouseInfo[x][hOwner], mysqlmaxlength); 
check field_index from database it start from 0
and change maxlength with your hOwner max length
Now I noticed that the MODE appears Unknown, I wiped hOwner side and hdiscription and so ..
Reply
#4

Resolved :>
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)