Page 2 of 2

Free PHP MySQL generator

Posted: Tue Sep 12, 2006 11:07 am
by jamesmiddz
Why not try this out...

I was a little tired of passing strings back and forth from form to database, etc, so I developed this online generator to speed things up a little.

Originally, I designed it for my own use and then invited a few friends to try it out. They like it so I released it for all PHP/MySQL users. It's fully free to use.

In the past it could take me days to create a content management system. Now, usually takes a matter of hours. It's very easy to use.

Visit http://www.turningturnip.co.uk/free_mys ... /index.php to start using this generator.

All the best, James Middleton

PHP CLI

Posted: Sun Sep 17, 2006 3:58 pm
by uzla
If someone is looking at using PHP in the command line on Linux or Windows, then have a look at http://www.php-cli.com web site. There is everything about PHP CLI there.

Posted: Tue Oct 30, 2007 1:29 pm
by RobertGonzalez
I just ran across this post from Rheinhold Weber's blog. Very neat optimization techniques. Many have been discussed here, but some were new to me, including the strtr() function.

Anyway, enjoy.