PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Thanks. This is solved.
BTW, why doesnt type casting work the other way round as in C/C++ ?
int(!1)
PHP is trying the search for function int instead of typecasting it.
All other languages seem to work with int()