Thanks for the warm welcome.
Hi CannonBallGuy,
I practice PHP and C#. Scriptings: VBScript, Javascript.
I am a webdeveloper + webmaster.
Hi Python,
I do manage a few sites along with my friends.
Submit your URL at Website Promotion Directory
You should try debugging using
[php]
error_reporting(E_ALL) //too much, but helpful. comment it after debug
or
error_reporting(E_ERROR | E_PARSE )
[/php]