How to Delete All admin Messages from Directadmin
How to delete all messages for your directadmin admin account
How to delete all messages for your directadmin admin account
How to capture non browser http traffic
Recently I had to deal with Twitter avatar upload for a Twitter application. Everything went very well, but when I have prepared everything for the upload query, the only server response I got was Error 417. Since I used cURL, I tried to deal with different headers, but with no luck at all. I found the solution at… Read More »
If you need to work with Russian text in PHP, you may notice that functions that are related to CaSe are not working as expected. I mean strtolower, strtouper, ucwords, and so on. In order to get what you need I suggest to use mb_convert functions. Here is the example: You can check reference table for functions, I… Read More »
How to fix broken pst file in outlook
Just found one useful function and would kike to share it. If you often use strpos, you might find this useful. This function will be useful if you need to find whether ANY element of array is presented in the source string. Else you have to either modify it, or create another one.
Fixing an UltraISO error
Disable PHP output buffering
php auto prepend using httpd.conf
How to check that a PHP variable is a mysql resource