0
votes
PHP/MySQL - How do you determin the field names from a given query result?
If you don't mind making a second query (and your using MySQL 5 or greater) you can ask information_schema for the names.
Check out …
0
votes
How Can I Display Static HTML After I’ve Used die() in a PHP Block?
Have you looked into using register_shutdown_function (php.net) to finish loading the …
4
votes
-1
votes
Where can I find the code CD for my Kindle Edition of PHP and MySQL Web Development, 4th Ed?
Try requesting it from your local library. They should be able to track down a print version for you with the CD. Alternately, you could twitter the authors: …
0
votes
How can I get an HTML page as a string via PHP?
How about fsockopen to connect, and then use fgets to pull into your var?
…
