Skip to content

Some useful and ready-to-use PHP functions to help web developers building their php web applications faster and easier.

License

Notifications You must be signed in to change notification settings

mahmudmardini/useful-php-functions-for-web-developers

Repository files navigation

useful-php-functions-for-web-developers

Some useful and ready-to-use PHP functions to help web developers building their php web applications faster and easier.

Content

  • user sessions and validation functions
  • database queries and backup functions
  • files and directories functions
  • mailing functions
  • product functions

Built With

  • PHP

How to use

  • 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! 🤩

License

MIT

About

Some useful and ready-to-use PHP functions to help web developers building their php web applications faster and easier.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages