[PHP] Garbage Collection?

2002-08-21 Thread Vehbi Sinan Tunalioglu
Hi everybody, Is there any requirement to free variables in php, or is there any garbage collection or built-in module that terminates unused variables? (Especially for arrays and class instances)... Have a nice day... Vehbi Sinan Tunalioglu -- PHP General Mailing List (http://www.php.net

Re: [PHP] mail and attachments

2002-08-19 Thread Vehbi Sinan Tunalioglu
do more than attach things into the mail... http://phpmailer.sourceforge.net/ Have a nice day... Vehbi Sinan Tunalioglu Pafo wrote: >i got a script that the user signs up on and send a profile to the owners >email address >but i want to implement a file upland and that the uploaded fi

Re: [PHP] sorting multiple-dimensional arrays

2002-08-19 Thread Vehbi Sinan Tunalioglu
this. Try to start with buble-sort algorithm. Search in google and you'll find lots of web sites which teach sort algorithms in C, which is very similar to PHP syntax, you know... Sometimes, it is better to find custom solutions... :o) Have a nice day... Vehbi Sinan Tunalioglu Evan Nem