Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   PHP / mySQL (http://siteownersforums.com/forumdisplay.php?f=10)
-   -   Database Connectivity. (http://siteownersforums.com/showthread.php?t=191326)

hariandro 03-23-2017 04:47 AM

Database Connectivity.
 
Hello guys,

Using XAMPP server,SQL query and HTML code i want to write code for database connectivity. I am newbie so someone please share the code or guide me to achieve this.

george.web13 04-26-2017 01:38 AM

If you use mysqli for your connectivity :

mysqli_connect("localhost","USERNAME","PASSWORD","DATABASE NAME");

roswindow 05-15-2017 05:20 AM

In computer science, a database connection is the means by which a database server and its client software communicate with each other. The term is used whether or not the client and the server are on different machines. The client uses a database connection to send commands to and receive replies from the server.

valli 05-15-2017 09:45 PM

In computer science, a database connection is the means by which a database server and its client software communicate with each other. The term is used whether or not the client and the server are on different machines.


All times are GMT -7. The time now is 07:09 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.