Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   PHP / mySQL (http://siteownersforums.com/forumdisplay.php?f=10)
-   -   What is database connectivity? (http://siteownersforums.com/showthread.php?t=143277)

employmentpakis 07-14-2014 12:20 AM

What is database connectivity?
 
What is database connectivity?

anuverma1 07-14-2014 01:48 AM

database connectivity is connect our site/application with database. Like mainly contact us page, When we click on submit button of contact us page, then its entries save in database.

nick.rap13 07-21-2014 01:55 AM

I never save in database, the contact page/form data.
I just send them to the site's owner!

mikerabert 08-02-2014 01:19 AM

It is a one of the program,that create the connection between application program and database.

marclewis 08-06-2014 09:31 PM

It means connection between client software and the database server for communication to send commands to or receive replies from the server.

joseph101 08-07-2014 05:31 AM

Database connectivity means connecting website/app with database.
With PHP, you can connect to and manipulate databases. We can store form data in database and retrieve from database using queries. MySQL is the most popular database system used with PHP.


All times are GMT -7. The time now is 02:49 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.