> And how can i free the data-space from a string or somting like that?
> b.e.
> $string="a very long string";
> free($string);#?????????
> #could i use mysql_free_result($string);

Maybe I can  use: unset($string="");
or unset($array=array()); to free the data-space also




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to