[PHP] simple problem

2002-09-04 Thread Cirkit Braker
what would be the best, most efficient way to print something every three times a loop runs for ($i=0; $i$num_products; $i++) { echo something; } this happens every time it runs and has to stay that way but every three times i want to print additional info. Any

[PHP] Getting the day if given a date

2002-07-23 Thread Cirkit Braker
Is there any way to get the day of the week given a date. For example if the date is the 22nd July 2003 I want to know if it will be a Monday or Wednesday, etc.. Any help appreciated. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php