Posted by monomaniac21 on 10/18/06 17:47
hi
im trying to do a query which takes rows of large amounts of text data
and displays them one after another. the size of the fields is causing
the page to be massive in size. so to try and reduce this im trying to
use mysql_free_result to clear the contents from memory.
however its returning an error saying not valid mysql data when im
certain that it is.
is this because im using a while loop like this...?
($row = mysql_fetch_result($result)) {
mysql_free_result($result);
}
Navigation:
[Reply to this message]
|