Skip to content

jrgics/mysql-php-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mysql-php-example

Sample MySQL/PHP example

Running The First Time

  • Copy all files to a PHP web server enabled with MySQL.
  • Edit db.inc.php to setup the connection information (host, username, password and database name)
  • Be sure that the database exists
  • Open init.php in the browser (to initialize the database)
  • Open index.php in the browser

PHP Server

If a PHP server is needed and docker is available, a suitable containerized development environment may be found at https://github.com/hal313/full-stack-containerized-development.

About

Sample MySQL/PHP example

Resources

License

Stars

Watchers

Forks

Packages

No packages published