[PHP] Re: Javascript Calendar and PHP

2005-04-05 Thread Joe Harman
-- Forwarded message --
From: Joe Harman <[EMAIL PROTECTED]>
Date: Apr 6, 2005 2:50 AM
Subject: Re: [PHP] Re: Javascript Calendar and PHP
To: Nadim Attari <[EMAIL PROTECTED]>


interakt has a great one that is used with field forms... it's like
$30 or something... it's actually a Dreamweaver plugin

On Apr 6, 2005 2:39 AM, Nadim Attari <[EMAIL PROTECTED]> wrote:
> > What Javascript calendar works good with PHP?
> > Thanks
>
> http://www.blueshoes.net/en/javascript/datepicker/
>
> Regards,
> Nadim Attari
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: Javascript Calendar and PHP

2005-04-05 Thread Nadim Attari
> What Javascript calendar works good with PHP?
> Thanks

http://www.blueshoes.net/en/javascript/datepicker/

Regards,
Nadim Attari

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: Javascript Calendar and PHP

2005-04-05 Thread chris
I do not know of a specific calendar, but communication between JavaScript 
and php is most commonly handled via a form post. Think of it along these 
lines.

1 - client downloads your page with JS calendar script.
2 - client clicks on a calendar day.
3 - onclick event submits the day via post variable to a php script.
4 - php processes the variable and returns a response.

CJ

"Jerry Swanson" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> What Javascript calendar works good with PHP?
> Thanks 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php