PHP Advance Tutorial

How to Convert numbers or Indian Currency into words in PHP

If we are creating an application that deals with financial stuff or billing, then most probably we face a situation where we have to convert numerical value or amount into words.In this article, we will cover this topic by simply...

Updated on ... 10th February 2023
Read More

Dynamic multi-level dropdown sticky menu in PHP MySQL using bootstrap

In this article we will create multilevel dynamic dropdown responsive menu/navigation using PHP, MYSQL, and Bootstrap, we will also use a sinanav jquery plugin more frontend sinanav is a free resource jquery plugin which is suitab...

Updated on ... 10th February 2023
Read More

Multi Dependent Drop-down List in PHP using jQuery AJAX with Country State and City Example

In this article, I am going to create a Dependent Dropdown list where when we change country state will change and when we select state city will change accordingly.Sometimes, We are required to make  pair dependent dropdown, an...

Updated on ... 10th February 2023
Read More

Advance Like Dislike System and graph In PHP MySQL OOPS with jquery ajax

Welcome to an article on how to build an advance like and dislike rating system with PHP and MySQL using ajax. Nowadays Social media is a big platform where I am sure you have already seen like, dislike, “like” or upvote, down...

Updated on ... 10th February 2023
Read More

Send PHP form data to email id using PHP mailer

Hello friends, In this tutorial,  we are going to learn that how to send contacts from data to a specific email id using PHP mailer. we have already a PHP mail function to perform this operation but the PHP mail function is not a...

Updated on ... 10th February 2023
Read More

How to export database data into excel in csv format using PHP

Already created database data export is a familiar operation inside phpMyAdmin We have to go phpMyAdmin  for a database client in PHP. It provides database administration tools and also allows exporting the data. The exported dat...

Updated on ... 11th February 2023
Read More

Form with Signature Pad | E-Signature Pad using Jquery UI and PHP

in this article, we will create a form and will implement a Signature pad with jquery UI where users can create a digital signature and we will upload the signature image in PNG format. and we will also submit the data into the da...

Updated on ... 10th March 2024
Read More