laide234 Posted August 8, 2006 Share Posted August 8, 2006 I want users to enter dates into a database, but I would like to control the client side entry with some kind of calendar. can anyone help? Link to comment https://forums.phpfreaks.com/topic/16918-php-date-entry-question/ Share on other sites More sharing options...
logged_with_bugmenot Posted August 8, 2006 Share Posted August 8, 2006 More info plz...I don't understand. Are you familiar with timestamps? Link to comment https://forums.phpfreaks.com/topic/16918-php-date-entry-question/#findComment-71252 Share on other sites More sharing options...
mewhocorrupts Posted August 8, 2006 Share Posted August 8, 2006 Are you asking how to create a calendar script, because I'm sure a quick google search would yield something that you could modify to fit your needs. Link to comment https://forums.phpfreaks.com/topic/16918-php-date-entry-question/#findComment-71266 Share on other sites More sharing options...
laide234 Posted August 8, 2006 Author Share Posted August 8, 2006 You (mewhocorrupts) are right. I was looking for something like thishttp://www.softcomplex.com/products/tigra_calendar/demo1.htmlI was just wondering if there was another/easier way, like get_calender, to do this. Link to comment https://forums.phpfreaks.com/topic/16918-php-date-entry-question/#findComment-71289 Share on other sites More sharing options...
mewhocorrupts Posted August 8, 2006 Share Posted August 8, 2006 It's more than possible to do it in PHP, or with a combination of some heavier JS and PHP. What would be easier, though, is to use the script from the site that you provided above.In the source file for the calendar:[code]<!--<html>.....Title: Tigra CalendarURL: http://www.softcomplex.com/products/tigra_calendar/Version: 3.2Date: 05/18/2006Feedback: [email protected] (specify product title in the subject)Note: Permission given to use this script in ANY kind of applications if header lines are left unchanged.Note: Script consists of two files: calendar?.js and calendar.htmlAbout us: Our company provides offshore IT consulting services. Contact us at [email protected] if you have any programming task you want to be handled by professionals. Our typical hourly rate is $20.-->.....</html>[/code]Just leave the headers intact, and have at it. Nice find, by the way. I bookmarked this one. And if you're looking for something a little less visually appealing -- a script to just get the job done -- you could probably strip this one down to barebones and use it that way.Also, try this one out:[url=http://www.stargeek.com/php_scripts.php?script=5&cat=blog]http://www.stargeek.com/php_scripts.php?script=5&cat=blog[/url] Link to comment https://forums.phpfreaks.com/topic/16918-php-date-entry-question/#findComment-71497 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.