PHP

Created Wednesday 13 May 2020


General Resources

https://phpbestpractices.org/
https://phptherightway.com/
http://www.php.net


Using a Database

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

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/
https://stackoverflow.com/questions/59330770/how-do-i-verify-credentials-through-a-text-file-instead-of-through-the-authoriza

Composer

https://culttt.com/2013/01/07/what-is-php-composer/
https://www.codementor.io/jadjoubran/php-tutorial-getting-started-with-composer-8sbn6fb6t

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: Library