This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
the_quiz_app [2019/07/30 12:28] nmckillop created |
the_quiz_app [2019/08/27 11:42] (current) nmckillop |
||
---|---|---|---|
Line 134: | Line 134: | ||
$host = "localhost"; | $host = "localhost"; | ||
- | $username = "coding_user"; | + | $username = "coding_username"; |
$password = "cheese"; | $password = "cheese"; | ||
$db_name = "coding"; | $db_name = "coding"; | ||
Line 260: | Line 260: | ||
</code> | </code> | ||
+ | ====== Next Steps ====== | ||
+ | |||
+ | * [[The Quiz App v2]] | ||