User Registration with SMS OTP verification in php
Hey Technoz! Hope you are doing great. Today in this article, we will see how to implement user registration with ...
Forgot Password (Password Reset) system in php
Hey Technoz, Hope you are doing great! Today, we'll see how to implement an important feature- forgot password or password ...
User Registration with Email Verification in php
Hey Technoz, Hope you are doing Great! We have seen many websites uses email verification technique to avoid spam mails ...
Filter Contents and Filter products using PHP
Hey Technoz, In this tutorial we are going to learn how to filter contents and filter product using php and ...
Calculate Page Load Time in PHP
Hey Technoz, In this tutorial we are going to learn how to calculate page load time in PHP. To calculate ...
Send mail using phpmailer tutorial
Hey technoz, previously we've seen how to send an email directly from php script in which we have used php ...
Registration and Expiration Date in PHP and MySQL
Hey Technoz, In this tutorial we are going to learn how to create automatic registration and expiration date in php ...
Create Dynamic Google Pie Chart in PHP and MySQL
Hey Technoz, In this tutorial we are going to learn how to create dynamic google pie chart in php with ...
Unique Visit counter by Storing IP Address using PHP
Hey Technoz, In this tutorial we are going to learn how to get unique visit counter value by using PHP ...
Visit Counter and Image Hit Counter using PHP
Hey Technoz, In this tutorials we are going to learn how to calculate page visit counter and Image Hit Counter ...
PHP Quiz with Countdown Timer
hey Tochnoz , In this tutorial we are going to create PHP Quiz with Countdown timer. In previous tutorial, We ...
How to Create Simple Quiz using PHP and MySQL
Hey Technoz, If you want to create a simple quiz web application then this tutorial is really going to help ...
Dynamic Dependent Dropdown using PHP and MySQLi
Hi-ya Technoz, In this tutorial we are going to learn Dynamic Dependent Dropdown or sometimes you may also called it ...
Upload Store Retrieve and Delete Images using PHP and MySQLi
To Upload Store Retrieve and Delete Images to and from the database by using procedural PHP and MySQLi is shown ...
Live Search using PHP, MySQL Database and Javascript
Hello friends! We're here again to discuss live search functionality in a dynamic website using php and javascript. Previously, we ...
Search functionality in dynamic website using php, MySQL
Welcome Readers, search functionality is the basic and main function that every website must have. Every website provides that functionality ...
Create pdf file using php, mysql database
Hey technoz, Many times in dynamic websites, we need to generate the report of some data and pdf is the ...
Import and export csv file in database using php tutorial
Hi, There! We have an another concept of comma separated values file's data insertion. Many times, we have to store ...
php session tutorial with dynamic image
Hello, Friends! In the previous tutorial, we have seen all about the php session and successfully built the login and ...
php full session tutorial
Hey, There! "session" is an important concept in php, which we are going to study it full in this tutorial ...
Image Upload to folder using php
A warm welcome, Developers! In this tutorial, we'll now study how to enable image upload to the folder. In this ...
Update data in MySql using php
Welcome back to this tutorial of data update in MySQL database. Previously we have seen how to connect php with ...
php send mail
Hey Technoz! We are now here to see the important and interesting part of php website i.e. email. php is ...
Delete Data from Mysql database using php
Welcome Coders! In this tutorial, we are going to learn how to delete the entries from the Mysql database. We ...
Retrieve the data from mysql database using php
Welcome to this tutorial! In the last post, we've covered the basics of how to insert data in mysql database ...
Insert data into database using php, mysql
Hey Technoz! We have covered how to create database in mysql and Connectivity using php code. Now, we're going to ...
Php Mysql database connectivity
Hello, There! Welcome to first post for php beginners. We are going to demonstrate how to use a php to ...