21
Oct
Most of the emails I was receiving through Microsoft Outlook 2003 I was getting duplicates. The weird thing was that not every email was duplicated and many times I believed that I had fixed the problem (doing various changes in my outlook settings) but I discovered later when automatic checking occurred that I was wrong. [...]
21
Oct
This error occurs on any operating system (windows, linux). The problem is that instead of getting a sql file with the database data you get a empty (0 kb.) file. So we have the following code: $command = “mysqldump –opt –skip-extended-insert –complete-insert -h “.$DB_HOST.” -u “.$DB_USER.” -p “.$DB_PASS.” “.$DB_NAME.” > backup.sql”; exec($command, $ret_arr, $ret_code); echo [...]
