Skip to content

jbirch8865/DatabaseClass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the base php class for making raw communication with mysql.

the following environment variables will need to be set on the host machine to successfully connect:
MYSQL_HOSTNAME
MYSQL_USERNAME
MYSQL_PASSWORD
MYSQL_LISTENING_PORT

Create a new MySQLLink and pass the name of the database to make a connection.

example:

$MySQL = new MySQLLink('my_database');
$query = $MySQL->ExecuteSQL("SELECT * FROM my_table");

About

PHP database base classlist

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages