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
Anytime I try to add a day to the date 2002-01-18, I get a
Warning: unexpected error in date()
error.
Can anyone shed some light on this.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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
3 matches
Mail list logo