Re: [PHP-DB] how to delete

2007-06-19 Thread bedul
unlink (PHP 3, PHP 4, PHP 5) unlink -- Deletes a file Description bool unlink ( string filename [, resource context] ) Deletes filename. Similar to the Unix C unlink() function. Returns TRUE on success or FALSE on failure. : As of PHP 5.0.0 unlink() can also be used with some URL wrappers

Re: [PHP-DB] Connection error!

2007-06-19 Thread bedul
what is your server php ip.. i created an example: 10.30.11.6 and your mysql server 10.30.11.7 what u should do was.. created an user that use server 10.30.11.6 and then reload it. try connect using the user u create but remember the host was 10.30.11.7 hope u understand. - Original Message

Re: [PHP-DB] how to delete

2007-06-19 Thread Niel Archer
Hi There is no DESTROYIMAGE() function. May be you mean imagedestroy(). If so this does NOT erase files, it destroys in memory images created using the Image functions. To erase files use the unlink function. For detail look here http://uk3.php.net/unlink Niel -- PHP Database Mailing List (