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!
the idea is that when the textboxes are null, the $error will prompt....and if it is not null, it will check is the (month will not not be <= 0 or >= 13) or (day will not be <= 0 or >= 32) or (year will not be <= 0 or >= 10000) else, the error message will prompt the user....the problem with the above code is that, it does not work....please help me modify the above code....your help will be gladly apperciated....thanks in advance