Whereas PHP’s main usage is to generate web pages, it can also be used as a scripting language in your shell (just like bash or python). To that purpose, you can use the CLI version of PHP (CLI standing for Command Line Interface).
The purpose of a CLI script is different, it’s not to g ...
Today, I’m taking the time to talk about my new project, Forexagone.com. It’s a website (in french only so far) whose aim is to teach Forex to very beginners, in a way it has not been done before. We really make Forex easy to learn for beginners, who can really start from the very beginn ...
If you’re like me and you’re used to log what’s going on your web application, you might want to know how to rotate your log files just like Linux commonly does for its system logs. No need to code anything for that purpose, you can simply use the same software as your system: logr ...
Charset issues is something that always made me go mad. And since I’m french and I’ve designed many french websites, it’s something I couldn’t escape, thanks to all these special chars we have in our language
Well, today an issue came up with the strtolower function. Look a ...
Nothing new with that, but as I never remember the correct procedure, I decided to write this reminder for myself
So, let’s assume you are user A on your machine A (in my case it’s my laptop), and you want to connect as user B to machine B (in my case it’s a dedicated server). An ...