Are you ready to pay for using Docker Desktop? If you’re not, then let’s just remove it from our system… But first, let’s see if […]
Continue readingCategory: Uncategorized
A new video tutorial about how to (properly) use session library in CodeIgniter
Hello, I came with a new video tutorial. This one is about how to properly configure the session library in CodeIgniter. Why this subject? Because, […]
Continue readingAgain about my Matches CLI – a CodeIgniter CLI script
When I work on an existing CodeIgniter project, I usually just copy/paste from previous work: if I need to create a new controller, I simply […]
Continue readingMulti-level menu in PHP – how to do it without killing yourself or the database in the process
Why don’t you take a look at this newer tutorial about creating a multi-level menu in PHP. It also has a Bootstrap Framework implementation 🙂 […]
Continue readingPDO Tutorial – 04: Running simple SELECT using PDO
There are more ways to retrieve data from a database using PDO. The shortest way, but in my opinion, the too long to remember every […]
Continue readingConfirm box in javascript: Are you sure you want to delete?
We’ve been there. To click by mistake a link or a button which deletes an information and not to be asked if I am sure […]
Continue readingPrevent website directory listing with .htaccess
What is directory listing? There are those embarassing moments in life when you feel naked when someone sees at you something they aren’t suppose to […]
Continue readingPDO Tutorial – 02: Connect to a database using PDO
Once you agreed on the advantages of using PDO, and verified that you can use PDO on your server, is time to connect to the database. […]
Continue readingPDO Tutorial – 03: Insert data into a database with PDO
After the connection to database is successfully created and the PDO object instance is set, the object can be used to perform SQL queries. There are two […]
Continue readingWordPress: How to link an image into a theme
The new themes in WordPress are so good that most of the time you don’t even need to know html or css to make a […]
Continue reading