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!
HI, I'm trying to embed an if statement into an HTML table.. I've created the table and now I want to specify if (.$Months<6) then put an X in column1 and row1, if it's (.$Months<12) then put the X in column2 row1... here's my code.