Tag Archives: PHP
Download selected file in zip format using php form
Hi friends now we will see how to download user selected files from php form in zip file format. In this example I used 3 d...
Multiple File Upload in PHP
In this article we will see how to upload multiple files in php. It is possible to upload multiple files in single input ...
How to generate php random number
Here i will tell you how to generate random number using php random function, rand() this is the function to create t...
Display Form Field data before Form submit
Now i will show you how to display form field validation before form submission. This is one of the simple concept an...
Full form for Mobile otp login system using sms gateway in php & mysql
Hi now i will tell you how to create login system using mobile otp. First you need to purchase sms gateway to send otp via ...
How to calculate age by date of birth using PHP Programming
Here we will learn how to calculate age by date of birth ( DOB) using php programming. This php age calculator w...
OTP Login System through email address using php and Mysql
Hi, Today i am going to post a article about Email otp concept. It will help you to login through the email otp. First OTP ...
How to Send Feedback form Information to email in tabular format using php
I already shared the concepts about customer feedback form. Now we will see how to send the feedback information to t...
How to Delete data from table using php and mysql
Here is the code to display the data from the table using php and mysql. This simple code is used to delete the record you ...
How to generate random password using php
In this program we are going to see how to generate random password using php. This is the php concept to generate ra...