mysql как сделать выборку
#8

Я в третий раз повторяюсь читайте всю документацию.
Если пройти по написанной мной ссылке и прокрутить чуть ниже можно найти нужный пример:
PHP код:
mysql_query("SELECT * FROM houses");
mysql_ store_result();
while(
mysql_retrieve_row()) //this will be running until all rows are processed
{
    
//you can use mysql_fetch_field and mysql_fetch_field_row here
}
mysql_free_result(); 
так тяжело почитать чтоли =\
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)