MySQLi/PHP Database Applications
Rewrite of the original book "MySQL/PHP Database Applications" by Jay Greenspan and Brad Bulger
In this repo, I only changed the code so it would use mysqli instead of the old mysql.
Usage
Just clone this repo ($ git clone https://edugit.org/Miniontoby/mysqli-database-applications.git
) at your html folder
Now copy/rename the config.php.example
file to config.php
and open it up.
Fill in the value for the $dbuser
, $dbpassword
and if you use a different server for you mysqli database, change the $dbhost
And then open your browser and open your website and go to the folder, then use the "db install script" link and check if it all works and then select all the boxes and click on the install button.
Then you can go back to the folder and go checkout all the things that are there.
For password protected things, use username 'reader' with password 'reader'.
Extra
Checkout the other repo to see full remake (P.S. This link is coming soon)