hi, using date(dS); how can i can increase the days so that it shows
19th 20th 21st
I have tried
while ($i < 2){
$day++;
echo' <td>'.$day.'</td>';
$i++;
}
but i get:
19th 19ti 19tj
thanks for your help
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

