Advanced PHP Topics

Created Tuesday 10 June 2025

Using MySQL with PHP

https://code.tutsplus.com/tutorials/why-you-should-be-using-phps-pdo-for-database-access--net-12059d
http://blog.chapagain.com.np/php-mysql-simple-crud-add-edit-delete-view-using-pdo/

Sessions

https://www.php.net/manual/en/intro.session.php
https://www.w3schools.com/php/php_sessions.asp

Passwords

With plain text files - https://stackoverflow.com/questions/59330770/how-do-i-verify-credentials-through-a-text-file-instead-of-through-the-authoriza

With MySql
https://www.php.net/manual/en/faq.passwords.php
https://jonsuh.com/blog/securely-hash-passwords-with-php/
https://thisinterestsme.com/secure-passwords-with-php/


Project specific

https://www.coderslexicon.com/creating-an-online-quiz-with-php/
https://stackoverflow.com/questions/2900690/how-do-i-give-php-write-access-to-a-directory



Backlinks: FSU Courses:LIS5367:Knowledgebase