XML Parsing Error: junk after document element

Since I had to go through about 20 pages to find the cause of this error, I figured I’d throw up one more with the cause that I found. Hopefully it’ll help somebody spend less time debugging the problem than I had to spend.
I’ve got a PHP script outputting XML that’s called from an [...]

Using AJAX to get city and state from zip code

This is something that I wrote a few years ago when I first started using AJAX type calls in my programs. It will allow you to enter a zip code, either 5 or 9 digit, and will load the city into a text field and state into a dropdown. If the city field [...]

mysqldump - Backing up your database

One of the support programs that comes with MySQL is an often overlooked program called mysqldump. With mysqldump you can easily dump a MySQL database to either CSV, XML, or a complete set of SQL instructions needed to recreate the database.

addthis_url = ‘http%3A%2F%2Fforumsblogswikis.com%2F2007%2F06%2F01%2Fmysqldump-backing-up-your-database%2F’;
addthis_title = ‘mysqldump+-+Backing+up+your+database’;
[...]

SMF Sitemap generator

With the addition of a Google Sitemap to your Simple Machines forum you can help Google, and other search engines that support the sitemap XML format, index your site more quickly.
While sitemaps for your human visitors have been suggested as good SEO techniques for years, XML sitemaps have only recently become a standard. The [...]