I always change value='' to value='1' and that way PHP will process it faster. I know that it sounds strange, but it does help with speed and it especially helps when you have IF statements that check for a true value, and 1 is true. i know that on would be true as well, but php processes numbers faster than characters. Just a little tid bit to add.