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!
Why does the above code not work? In my table I have a column called approve that uses a tinyint and it's default value is 0 if it's changed to 1 I want to echo data. There is data in the table some with the value of 0 and others with the value 1 but it doesn't work at all. It should work.