Ok... I'm working on learning the basics of PHP and was experimenting with the date() function. As such... I decided to make a simple script that would display all the format codes for date() and a short description. Maybe I went about this wrong... but here is the code that I have.
Now the problem is that somehow in the if statement there is a messed up loop... if you load the page (and I'm recommending that you don't), it loops after it completes with the data I was wanting it to print and it just continues on, and on, and on...
I'm not sure what the problem is because I've used the if statement before and didn't have any problems... so I'm at a loss, can anyone help me out??