| TOTAL: 0 Page: 1 of 0 |
|
Debugging Your Mysql Queries
Before you start with this tutorial it is best to know a couple of things about php. We are going to use a lot of functions! Functions in php are very easy to learn. So if you don't know how to use them and you do want to start with this tutorial, search Google and try to study them for an hour or two. You won't regret it! We are also going to use mysql. You'll need a basic understanding on how the mysql queries work and how you can make a mysql connection. Jambo has written an excellent tuto

| Hits: | 59 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-10 |
Eek! Errors! - Common PHP Errors and How to Fix Them
Errors can be very annoying in PHP - very annoying. Especially when you have hundreds, even thousands of lines to go through. This tutorial will give some of the more common errors you tend to get in PHP, and the things that might be causing them.

| Hits: | 56 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-10 |
Forms Error Reporting
In this tutorial you will learn how to use a effective way to handle form input validation errors and how to show them effectively.

| Hits: | 61 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-10 |
Site Map
Use the menu to your left to navigate the site.

| Hits: | 82 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-10 |
Errors and How to Fix Them
This tutorial will briefly describe some of the common errors in PHP. Sponsors - Spoono Host I get a myriad of e-mails from visitors who get a particular error whenever they're coding, or doing one of the PHP tutorials. Most of the errors which people get are very similar so I thought I'd go through some of the most common errors, what causes them, and how to fix it. The three most common error types are: Parse Errors Header Errors mySQL Result Source Errors

| Hits: | 40 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-10 |
Error Handling
Every website will encounter errors from time to time. Most sites will not have any error handling in place and the visitor will most likely receive a cryptic programming error. This can turn visitors away as they don't know what is happening. The way around this is to provide some error handling in your scripts. By testing for errors at crucial stages (e.g accessing a database) you can provide a friendly error message for the user. This tutorial will show you how the error handling functions fo

| Hits: | 34 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-10 |
Mail on 404
This may be pretty basic for some visitors but it's a cool trick nonetheless. We all know that websites are living, changing collections of documents. That means that every so often a page will be moved or deleted. A problem with this is that the web is just that, a web of pages interlinking. Now if you move a page you'll probably have control over all your sites' internal links and will be able to update those links to reflect the change, however there are possibly lots of external pages lin

| Hits: | 38 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-10 |
Custom Error Handling with PHP
Have you ever designed your website, built the structure and decided one day that you want to completely redesign your layout? Well, if you have an established website, changing your structure can be a real pain for your users or people searching for your site in search engines. This tutorial will show you how to avoid getting those Error 404 Not Found errors and redirect people back into your new design.

| Hits: | 95 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-10 |