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!
Hey there, I'm trying to write some code that subtracts today's date and the date the project was completed and display just the number of days. so it would be like "completed xx days ago". I think you use the mktime function but im not sure. Any help would be great thanks!
hmmm anything i found in the forums wasn't what i needed. i mean i guess i get the concept of how to do it. I just dont get exactly what php functions i need to use.