Thanks Fang.
I figured that out too. The only solution I found is to use fontsquirrel and use base64 encode to embed the font directly into my css file. This works in Gecko and Webkit, and IE...
Thanks for the reply.
The $_POST looks like this:
Array ( [0] => 1 [1] => 1 [2] => 1 ) 2009-11-12
Now this DOES work, but I only get ONE date in the post vars.
Can I somehow serialize all the...
Hi,
I have a PHP generated calendar that I have integrated with jQuery's connected sortable lists, so I can drag and sort events. This works great, however I'm trying to also integrate it with a...