php-general | 2001122
Date: 12/27/01
- Next message: Bogdan Stancescu: "Re: [PHP] Re: Generate Alphabet"
- Previous message: Bogdan Stancescu: "Re: [PHP] This makes NO SENSE!!!!!"
- In reply to: Bogdan Stancescu: "Re: [PHP] This makes NO SENSE!!!!!"
- Next in thread: Bogdan Stancescu: "Re: [PHP] This makes NO SENSE!!!!!"
- Reply: Bogdan Stancescu: "Re: [PHP] This makes NO SENSE!!!!!"
- Reply: Chris Cocuzzo: "Re: [PHP] This makes NO SENSE!!!!!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
What PHP version do you use(4.1.0?)
Regards,
Andrey Hristov
----- Original Message -----
From: "Bogdan Stancescu" <mgv <email protected>>
To: "Chris Cocuzzo" <cuzo <email protected>>
Cc: <php-general <email protected>>
Sent: Thursday, December 27, 2001 2:18 PM
Subject: Re: [PHP] This makes NO SENSE!!!!!
> Most probably you have some kind of slashing in there. Check it out by also
> echoing $date from php and if nothing looks wrong, take a look at the source
> code.
>
> HTH
>
> Bogdan
>
> Chris Cocuzzo wrote:
>
> > hey-
> >
> > ok. I have the following code.
> > <?php
> >
> > if($submit) {
>
> echo("Input date: $date<br>\n");
>
> >
> > $arradate = explode("/",$date);
> > $uxdate = mktime(0,0,0,$arradate[0],$arradate[1],$arradate[2]);
> > print $uxdate;
> > }
> > else {
> > ?>
> > <form action="strtotime.php" method="POST"> file://name of file is
> > strtotime.php
> > <input type="text" name="date" size="30">
> > <input type="submit" name="submit" value="submit">
> > <?
> > }
> > ?>
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-general-unsubscribe <email protected>
> For additional commands, e-mail: php-general-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Bogdan Stancescu: "Re: [PHP] Re: Generate Alphabet"
- Previous message: Bogdan Stancescu: "Re: [PHP] This makes NO SENSE!!!!!"
- In reply to: Bogdan Stancescu: "Re: [PHP] This makes NO SENSE!!!!!"
- Next in thread: Bogdan Stancescu: "Re: [PHP] This makes NO SENSE!!!!!"
- Reply: Bogdan Stancescu: "Re: [PHP] This makes NO SENSE!!!!!"
- Reply: Chris Cocuzzo: "Re: [PHP] This makes NO SENSE!!!!!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

