Skip to content

Blog

Execute Sql Script From a File Using PHP

The code below allows to retrieve and execute all SQL statements defined in a SQL script file removing all comments.

Read more →

June 4, 2008

Execute Commands on Folder and Files Containing Spaces

On Linux or Unix systems perform recursively a command on items might contain white space, quote marks, or backslashes can be a problem when using find | xargs combination.

Read more →

May 8, 2008