How to Insert Data into Mysql Database using PHP
In this tutorial, we will explain How to insert data into Mysql database using PHP. If you want to save the record in one place then insert the data into
In this tutorial, we will explain How to insert data into Mysql database using PHP. If you want to save the record in one place then insert the data into
How to Fetch Data From Mysql Database using PHP, from inserted data in Mysql database. HTML Code <div class=”table”> <div class=”tab1″><h1>Name</h1></div> <div class=”tab1″><h1>Father name</h1></div> <div class=”tab1″><h1>Mother name</h1></div> <div class=”tab1″><h1>E-mail</h1></div> <div
In this tutorial, we will explain how to Delete Data from Mysql database which is already inserted in the database using PHP. table.php <?php include(db.php); ?> <html> <head> <title>Table</title> </head> <body>
Today we will guide you How to Update Data into Database using PHP and MySQL. index.php <html> <head> <title>Update Data</title> </head> <body> <form method=”post” action=”update.php” enctype=”multipart/form-data”> <div class=”name”> <div class=”name1″><h1>Student
We will tell you how to connect the database in PHP. In any PHP file for insert/Delete/update/fetch data from Mysql database. we have to create a connection with the Mysql
In this article, How to File Upload in Database using PHP. Follow below Steps: HTML Code: file.php <html> <head> <title>File Upload</title> <form method=”post” enctype=”multipart/form-data” action=”upload.php”> <input class=”tbl2″ type=”file” name=”f”><span class=”txt1″>(Type
In this article, we will explain how to create a login system in PHP using a session. [‘username’]!=$username && $row[‘password’]!=$password) { $error=”<p>Wrong User Name and Password</p>”; } if(isset($error)) { echo
This article, you will learn How to Import Data in PHP using Mysql Database. index.php <html> Mhead> <title>Import Data in PHP</title> </head> <body> <form action=”import.php” method=”post” name=”upload_excel” enctype=”multipart/form-data”> <fieldset> <legend>Import
In this article, you will learn How to Make Fees Receipt in PHP Using Mysql Database. index.php <html> <title>Add fees</title> </head> <body> <h1><a href=”add.php”>Add receipt</a>       <a href=”search.php”>Record</a></h1>