Search found 3 matches
- Fri Dec 09, 2011 9:33 pm
- Forum: PHP
- Topic: PHP - SHOW TABLES
- Replies: 2
- Views: 539
Re: PHP - SHOW TABLES
Thank you very much!
- Fri Dec 09, 2011 8:41 pm
- Forum: PHP
- Topic: PHP - SHOW TABLES
- Replies: 2
- Views: 539
PHP - SHOW TABLES
Okay so I'm trying to make a database code generator. <?php // includes the xml file to this page include 'settings.php'; // Reads the xml file $hosts = new SimpleXMLElement($xmlstr); // This value corresponds to the one in the settings.php file. This number always starts at 0! $database_number = 0;...
- Sun Nov 27, 2011 7:30 pm
- Forum: General Chat
- Topic: Why do PHP programmers hate ASP?
- Replies: 8
- Views: 1867
Re: Why do PHP programmers hate ASP?
The three most dangerous things in the world are a programmer with a soldering iron, a hardware engineer with a software patch, and a user with an idea. – The Wizardry Compiled by Rick Cook