Q: After installing your PHP script, I get "Fatal error: Call to undefined function ... in ... on line ..." notice.
A: If the name of the function starts with the "mysql_" prefix, you are missing MySQL extension.
If it starts with the "image_" prefix, you are missing GD extension.
In other cases, contact me.
Q: What browsers are your JavaScript scripts compatible with?
A: All scripts are tested with IE 6/7, FireFox, Safari, and Opera.
The scripts will validate as XHTML 1.0 STRICT.