#3) How to insert record mysql database in php tamil | save record in to db table php

Описание к видео #3) How to insert record mysql database in php tamil | save record in to db table php

Learn about how to insert record in database using php tamil | how to save record in mysql database tamil | save form data in to database table | how to submit data and save in db table in php | how to insert record through form | how to save record post method and get method | how to create go back link

In this video will explain about the db connection and how to write query for inserting record for that we are using mysqli_connect() and mysqli_query()
after inserting the record we have to give the success message using the result of query execution. It it returns true it will be success else it will be false.

isset() is used to check whether its value is exist or not and not equal to empty

$_POST[] OR $_GET[] this is used to get the form values depends on the methods get or post which is used in the form


DB Connection in php:
   • #1) How to make mysql database connec...  

How to Fetch record from database
   • #2) How to fetch data from mysql db i...  

Комментарии

Информация по комментариям в разработке