The termite is the acknowledged master architect of the creature world. No other insect or animal approaches the termite in the size and solidity of its building structure. The world’s tallest non-human structures are built by Australian or African termites.
If a human being were the size of an average termite, the relative size of a [...]
Amazing Termite Towers
Run or Execute SQL file using PHP
February 8th, 2009 Posted in Open Source, Web 2.0 If we need to execute SQL script from PHP code we can either use the PHP exec() function with the normal MySQL commands or can insert using normal MySQL queries. In the first case we can directly import the .sql file using mysql import commands. The below PHP code will [...]
» Read More