Is there a good Calendar script, that can post via PHP?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

simonmlewis
DevNet Master
Posts: 4435
Joined: Wed Oct 08, 2008 3:39 pm
Location: United Kingdom
Contact:

Re: Is there a good Calendar script, that can post via PHP?

Post by simonmlewis »

The time are just two Select form inputs, and when processed, they are combined.
The input for Date, are what you have suggested I use.
I'm a little confused here. That Datepicker is ideal, and they even tell me how to set the format, yet the formatting doesn't work.
They dont' state how to make it work.
Love PHP. Love CSS. Love learning new tricks too.
All the best from the United Kingdom.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Is there a good Calendar script, that can post via PHP?

Post by requinix »

Actually they do.

Both the time and date inputs need to be text. Fix that first.

Then post your actual HTML markup. Not a description. The real thing.
Post Reply