Skip to content

Build Your Own Database Driven Web Site Using PHP & MySQL, 4th Edition

Notifications You must be signed in to change notification settings

raylouis/phpmysql4

 
 

Repository files navigation

Note regarding database connection parameters
---------------------------------------------

Most of the database connection function calls (mysqli_connect) in the
.php files included here use the 'root' username and a fictitious
'password' password. To use these scripts, you will have to change the
username and password for all the files to your actual database username
and password.

The scripts also use 'ijdb' as the database name in the mysqli_select_db
calls. Be sure to set the name to match that on your server.

About

Build Your Own Database Driven Web Site Using PHP & MySQL, 4th Edition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 93.6%
  • HTML 5.7%
  • Other 0.7%