Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ttodua authored Jan 22, 2020
1 parent 682c16b commit 612c301
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ php-scripts

A collection of useful PHP scripts and functions. They're all designed to be _copy-and-paste-able_ into your current framework.

- [Simple File Manager Browser](https://github.com/tazotodua/useful-php-scripts/blob/master/Simple-File-Manager-Browser.php)
- [Database Modifier when Migrating Wordpress](https://github.com/tazotodua/useful-php-scripts/blob/master/database-modifier-when-migrating-wordpress)
- [Filter PHP Variable Sanitize](https://github.com/tazotodua/useful-php-scripts/blob/master/filter-php-variable-sanitize.php)
- [Get Remote URL Content Data](https://github.com/tazotodua/useful-php-scripts/blob/master/get-remote-url-content-data.php)
- [MySQL Export Database](https://github.com/tazotodua/useful-php-scripts/blob/master/my-sql-export%20(backup)%20database.php)
- [MySQL Import Database](https://github.com/tazotodua/useful-php-scripts/blob/master/my-sql-import%20(restore)%20database.php)
- [MySQL Commands](https://github.com/tazotodua/useful-php-scripts/blob/master/mysql-commands%20(%2BWordpress).php)
- [Remove Directory Recursively](https://github.com/tazotodua/useful-php-scripts/blob/master/remove-directory-recursively-(delete-folder%2Bsub-files))
- [Text to Image](https://github.com/tazotodua/useful-php-scripts/blob/master/text-to-image.php)
- [Two Way Encrypt-Decrypt](https://github.com/tazotodua/useful-php-scripts/blob/master/two-way-encrypt-decrypt.php)
- [Zip a Folder](https://github.com/tazotodua/useful-php-scripts/blob/master/zip-folder.php)
- [Simple File Manager Browser](https://github.com/ttodua/useful-php-scripts/blob/master/Simple-File-Manager-Browser.php)
- [Database Modifier when Migrating Wordpress](https://github.com/ttodua/useful-php-scripts/blob/master/database-modifier-when-migrating-wordpress)
- [Filter PHP Variable Sanitize](https://github.com/ttodua/useful-php-scripts/blob/master/filter-php-variable-sanitize.php)
- [Get Remote URL Content Data](https://github.com/ttodua/useful-php-scripts/blob/master/get-remote-url-content-data.php)
- [MySQL Export Database](https://github.com/ttodua/useful-php-scripts/blob/master/my-sql-export%20(backup)%20database.php)
- [MySQL Import Database](https://github.com/ttodua/useful-php-scripts/blob/master/my-sql-import%20(restore)%20database.php)
- [MySQL Commands](https://github.com/ttodua/useful-php-scripts/blob/master/mysql-commands%20(%2BWordpress).php)
- [Remove Directory Recursively](https://github.com/ttodua/useful-php-scripts/blob/master/remove-directory-recursively-(delete-folder%2Bsub-files))
- [Text to Image](https://github.com/ttodua/useful-php-scripts/blob/master/text-to-image.php)
- [Two Way Encrypt-Decrypt](https://github.com/ttodua/useful-php-scripts/blob/master/two-way-encrypt-decrypt.php)
- [Zip a Folder](https://github.com/ttodua/useful-php-scripts/blob/master/zip-folder.php)

0 comments on commit 612c301

Please sign in to comment.