In this tutorial, I will describe how to convert xsd into an associative array. I had googled for this but… Read More
Image uploading and cropping is very common functionality for any web application.You can upload and crop image on same page… Read More
in this post, I'm going to let you know about MySQL event scheduler and how to create events to automate… Read More
In this tutorial, I will describe how to create dynamic tree view menu using PHP, MySQL and css. It’s very… Read More
In this post, I am going to explain how to remove duplicate values from multidimensional array in PHP. I use… Read More
In this tutorial I will describe how to create layout for CodeIgniter. We have twig library to get layout method… Read More
I am working on a dashboard similar to WordPress today, therefore there are many stories and each story has an… Read More
In this tutorial I will described How to send mail through PHP with HTML tag. Normally, when we are using… Read More
In this post about "How to send mail from localhost in php using wamp/xampp", sometimes we need to test the… Read More
Today, I will discuss how to remove special characters from string in php using str_replace(), In order to do this… Read More