Re: Javascript Calendar and PHP

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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" <pmysql@xxxxxxxxx> wrote in message 
news:c8099da3050405044367eff016@xxxxxxxxxxxxxxxxx
> 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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux