#1) How to make mysql database connection in php tamil | php tutorial in tamil | parallel code

preview_player
Показать описание
Learn about how to make database connection in php tamil | how to connect mysql database using php in tamil | how to set username and password to connect database in php tamil | what function should use to make db connection php | mysqli_connect and new mysqli

Database connection is very important to manipulate the records in mysql database for that we can use the following default methods in php.

mysqli_connect():
this is the default function for create db connection with mysql database.

new mysqli():
This is the mysqli class we can create a object and then use to manage the database

Here we should pass four parameters,

1. host="localhost"
2. username= "your_db_username"
3. password="your_db_password"
4. dbname="your_db_name

Рекомендации по теме
Комментарии
Автор

Last 5days kashta pattuththu irunththan bro niraiya videos paaththanan explanation puriyave illa but intha video paththa piragu simple puriyuthu bro.

vinushan
Автор

That's the most underrated video I can ever say. It is such a useful video for beginners.

malinimanohar
Автор

Excellent explanation bro, very helpful, I watched many videos and still got error, your video solved my issue, Thankyou ao much bro, kindly provide such wonderful videos

Pavisinsights
Автор

Hai bro I have try more times it have error in php bro

NISHANT_TN__yt
Автор

Hi bro I need a clarification. I have added an RSS feed to my website it's coming from the database the RSS feeds gives the limited text of description only(like 200 text only) but the original website has a large number of texts, how to get full description text.

logankrishnan
Автор

Entha text editor la run pantringa bro
Please reply to me

swethamk
Автор

How to connect the database SQL and php using codeigniter

arunalakshmi
Автор

Hii bro
Enna than connection code type panumalum enna ku fatal error nu show aaguthu bro

broken_beatz_
Автор

Bro php full class A to Z starting la irrundhu php use panni database connection poduradhu complete ta oru video poduinga bro

rahulsubramanib.e-cse
Автор

Bro i have an problem that is
If(!$con) {
die('Error');
}

Not at all working please tell me how to solve it..

CSSSANTHOSH