useful-php-scripts icon indicating copy to clipboard operation
useful-php-scripts copied to clipboard

several different,useful php scripts and functions

Results 6 useful-php-scripts issues
Sort by recently updated
recently updated
newest added

if I want to export all DB contents like table procedures views functions triggers this tool does not support, so if you can give me some tips or updating this...

In my-sql-import (restore) database.php, null values exported from the database are imported as empty strings. Is there a fix for this? Many thanks for the scripts.

Please share how to backup to a specified directory on the Server.

add all files inside dir without adding the root dir itself is optional

Is it possible to export only the data without the table structure?

the loop on line 16 in "my-sql-export (backup) database.php" is not necessary since it already loops through the columns on line 19. for ($i = 0, $st_counter = 0; $i...