On Wed, 14 Feb 2001 09:26, Charles Mulford wrote:
> Hi all! could anybody help me? I am fairly new to PHP and I inherited
> these scripts from someone who doesn't work with me anymore. They seem
> to puke on this portion while running them on win2k, latest php4 and
> mysql. On Linux platform they work as they are supposed to.
> thanks in advance!
>
> Charles Mulford
>
> -------------------------
>
> $max_date = 90;
> $ini_date = 0;
> echo("\t<OPTION VALUE=\"NULL\"> </OPTION>\n");
> do {
> $dis_date = date("D\. M\. d\, Y", strtotime ("+$ini_date day"));
> $val_date = date("Y-m-d", strtotime ("+$ini_date day"));
> echo("\t<OPTION VALUE=\"'$val_date'\">[$ini_date]
> $dis_date</OPTION>\n");
> }
> while (++$ini_date <= $max_date);
>
> -------------------------
Can you be a little more specific? Details of the error message and the
line to which it refers might help diagnosis.
--
David Robley | WEBMASTER & Mail List Admin
RESEARCH CENTRE FOR INJURY STUDIES | http://www.nisu.flinders.edu.au/
AusEinet | http://auseinet.flinders.edu.au/
Flinders University, ADELAIDE, SOUTH AUSTRALIA
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]