Some useful and ready-to-use PHP functions to help web developers building their php web applications faster and easier.
- user sessions and validation functions
- database queries and backup functions
- files and directories functions
- mailing functions
- product functions
- PHP
- clone repo to your project
git clone https://github.com/mahmudmardini/useful-php-functions-for-web-developers.git
- import functions to your php files
include("useful-php-functions-for-web-developers/user-sessions-and-validation.php");
include("useful-php-functions-for-web-developers/database-queries-and-backup.php");
include("useful-php-functions-for-web-developers/file-and-directory-functions.php");
include("useful-php-functions-for-web-developers/phpmailer_class/class.phpmailer.php");
include("useful-php-functions-for-web-developers/phpmailer-functions.php");
include("useful-php-functions-for-web-developers/product-functions.php");
- that's all, happy coding! 🤩