12.08.2012, 20:27
(
Последний раз редактировалось phillip875; 12.08.2012 в 20:30.
Причина: Added something more useful // suggestion
)
How can it return Get, if you didn't format Get? lol
I would also use
mysql_fetch_field_format();
In this:
while(mysql_fetch_field_format(querystringhere,"|" ))
{
mysql_fetch_field_row(storestring,fieldname);
}
I would also use
mysql_fetch_field_format();
In this:
while(mysql_fetch_field_format(querystringhere,"|" ))
{
mysql_fetch_field_row(storestring,fieldname);
}