Archive
Blog Archives
Installing MongoDB in Laragon Windows
Installing MongoDB in Windows can be very confusing when you’re a beginner. Your first thought was probably to just google and find a article that will summarize it for you, well you came to the right place. Let’s dive into the installation right away Download and install the latest version of the following if you […]
How to install Xdebug in Laragon
Setup Xdebug PHP profiling tool in your laragon server in less than 3 minutes.
Organize Diretory Files into Year-Month-Day Heirarchy using PHP
Do you have large amount of files sitting in just one directory? Have you ever thought about organizing them in Year-Month-Day path programatically? Let’s get started.
MongoDB Authentication Using PHP
Recently, a client of mine wanted to have an authentication system for their existing Web Application. They are currently using MongoDB as their Database and just wanted to implement a simple Login, Register and Account page for their customers. I did not have much experience working with MongoDB before I accepted the project so I […]
MongoDB AJAX Pagination with Search and Sort using PHP
A simple tutorial which demonstrates how you can paginate your documents using AJAX and apply search and sort features.
Installing MongoDB in XAMPP Windows
Install and configure MongoDB in XAMPP with Windows environment.
Build your own Custom File Manager for CKEditor using PHP
Upload files with CKEditor to a custom directory using a simple File Manager PHP Script.
Clear Browser Cache Every Nth Day(s) in PHP
A simple PHP Script that allows you to clear you cache every nth day(s)
Parsing a CSV File using PHP
Describes how you can access the columns of a CSV file and insert the items into the database
Create Posts from WordPress Front-End
Allow visitor to create a post from the front-end of your WordPress blog
Fastest way to Convert Associative Arrays to Objects
No need to create a class or Function to accomplish it.
AJAX Multi-File Upload With Image Preview and Sort [Under Development]
Simple File upload with Preview and Sort Functionality before upload
Implementing AJAX Pagination with Search in CodeIgnier
Advanced jQuery Pagination using AJAX and PHP
Add .html extension to permalinks
Tutorial on how to add .html extension to both posts and pages in WordPress
Indent WordPress Subcategories in a Drop-down List
Create a drop-down list with multiple level of WordPress Subcategories.
Generate Emails with HTML & CSS in WordPress
Adding HTML tags and CSS Styles into your Email Contents
PHP Function to Validate Date Format
Simple PHP Function that can be used to validate date format of user input
PHP Function to Validate User Age
Simple PHP Function that allows you to check / validate the age of your users to prevent them from accessing exclusive web contents
PHP Function that Generates Random Characters
Simple PHP Function that allows you to generate random codes and define your own characters and length of code.
Auto Login to WordPress from another Website
Automatically login to Website B from Website A securely without using a password.
How to Limit the Number Words to Output in PHP
Creating a function that will limit the number of words to output