Hi, I need help, I'm looking for a php calendar to use, I like the one found on http://www.dynamicdrive.com/dynamicindex7/jasoncalendar.htm but i dont know javascript I dont want an event calendar (seems to be the only one i can find online) but one that will enter the date chosen and other info into a tracker. one like jason's calender only in php would be perfect.... any ideas? thanks
There's plenty of PHP calendar scripts at freshmeat.net.
.
hmmm.... the only ones i can find on there that would be useful to us are javascript....is there any way to get the dd/mm/year chosen into a php variable? would that work?
Hi Yashti,
I used the calendar you metioned from dynamic drive, i managed to use it for a delivery date and add it to db. What are you using the calendar for??
I'm using it on our website they will need to select the time and date and then enter in what they ate on that date.....we need to get the date selected into a php variable so we can use it to bring up that info....but not in an event calendar way...what you used it for sounds good....how where you able to get the delivery date and use it in php? thanks for your help
Hi,
I used the calendar and posted the value through a form then put the value in a variable. Then made any ammendments i needed to the date and inserted it into a db. Are you using the date for a select statement, or something else?
"I used the calendar and posted the value through a form then put the value in a variable. "
Can I be a pain and get a sample of that code? I'm really new at this.... Thanks again