As I am making my first Windows 8 application I want to add a live tile. The application is a fixture list for my football team, Malmö FF, and I…As I am making my first Windows 8 application I want to add a live tile. The application is a fixture list for my football team, Malmö FF, and I want…
Read the rest...Category Archives: PHP
PHP: Enable CURL in WAMP environment
So I needed to enable Curl to run a PHP script today and my WAMP installation didn’t have CURL enabled “out-of-the-box”. This was however easily fixed by following these steps:…So I needed to enable Curl to run a PHP script today and my WAMP installation didn’t have CURL enabled “out-of-the-box”. This was however easily fixed by following these steps: Close…
Read the rest...PHP: Using preg_replace_callback in an OOP environment
As I was using the preg_replace_callback function today I realized I had no idea how to use it in an OOP environment. I deviced the following example to show how…As I was using the preg_replace_callback function today I realized I had no idea how to use it in an OOP environment. I deviced the following example to show how to…
Read the rest...Invalid command ‘RewriteEngine’, perhaps misspelled or defined by a module not included in the server configuration
I’ve just installed WAMP (Windows Apache MySql PHP) on my computer and with the installation came a bit of trouble when I was configuring my .htaccess file and adding some…I’ve just installed WAMP (Windows Apache MySql PHP) on my computer and with the installation came a bit of trouble when I was configuring my .htaccess file and adding some url…
Read the rest...To fake a PHP enum
Today I was sort of in a need of an enum in PHP. This, of course, doesn’t exist so I had to make the best of what I had. I…Today I was sort of in a need of an enum in PHP. This, of course, doesn’t exist so I had to make the best of what I had. I wanted…
Read the rest...Intercepting all errors in PHP
Sometimes you get annoying errors in PHP that refer to the server error log. If you do not have access to the log, because your pretentious web hosting company does…Sometimes you get annoying errors in PHP that refer to the server error log. If you do not have access to the log, because your pretentious web hosting company does not…
Read the rest...