Php

How To Convert XSD into Array Using PHP

In this tutorial, I will describe how to convert xsd into an associative array. I had googled for this but… Read More

11 years ago

Image Crop Functionality In Model Box Using PHP

Image uploading and cropping is very common functionality for any web application.You can upload and crop image on same page… Read More

12 years ago

Simple Example of EVENT Scheduler In MySQL

in this post, I'm going to let you know about MySQL event scheduler and how to create events to automate… Read More

12 years ago

How to Create Dynamic Tree View Menu

In this tutorial, I will describe how to create dynamic tree view menu using PHP, MySQL and css. It’s very… Read More

12 years ago

Remove Duplicates From Multidimensional Array

In this post, I am going to explain how to remove duplicate values from multidimensional array in PHP. I use… Read More

12 years ago

Simple Example of CodeIgniter Custom Layout

In this tutorial I will describe how to create layout for CodeIgniter. We have twig library to get layout method… Read More

12 years ago

Create A Dynamic ‘Read More’ Link Using PHP

I am working on a dashboard similar to WordPress today, therefore there are many stories and each story has an… Read More

12 years ago

How To Send Mail With HTML and CSS Style

In this tutorial I will described How to send mail through PHP with HTML tag. Normally, when we are using… Read More

12 years ago

How To Send Email From Localhost Using PHP

In this post about "How to send mail from localhost in php using wamp/xampp", sometimes we need to test the… Read More

12 years ago

Remove Special Character in PHP Using str_replace()

Today, I will discuss how to remove special characters from string in php using str_replace(), In order to do this… Read More

12 years ago

Categories