Hi,
How do you debug php or compile the code before posting it? Is there a way or do you need some special editor?
Thanks,
Bakaneko :p
The cheapest debugging aids are "echo" (or print) and "print_r".
If you want to spend some money, use a dedicated IDE such as Nusphere PHPEd which has an integrated debugger with breakpoints, watches etc.
hth