Hello people! Last 1 year i paid attention to web sites, which most of all make calendars. In the site, almost at the left side or right side they place a monthly calendar. And each month, each day it changes automatically by itself. How can i place the calendar in my site? Thanks.
Making Calendars in site.
Started by xle_camry, Oct 24 2010 03:21 AM
8 replies to this topic
#1
Posted 24 October 2010 - 03:21 AM
|
|
|
#2
Posted 24 October 2010 - 03:39 AM
They may be using a JS plugin on their site, you will have to find what it is and implement it.
You can technically do a calender in one line though (assuming Linux):
You can technically do a calender in one line though (assuming Linux):
print '<pre>' . str_replace(date('d'), '<b>' . date('d') . '</b>', `cal`) . '</pre>';
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#3
Posted 24 October 2010 - 03:45 AM
they use colorful beautiful calendars. How to make it? Ok i will try yours too. My system is windows7.
#4
Posted 24 October 2010 - 03:47 AM
Then mine will not be of much help, I used a search engine and found these free open source calenders:
PHP-Calendar
PHP Calendar Script - Easy PHP Calendar
Keith Devens .com - PHP Calendar (version 2.3)
Build a Calendar Using PHP, XHTML, and CSS
Some are nice, you can find others here:open source php calendars, I had just not used them before.
PHP-Calendar
PHP Calendar Script - Easy PHP Calendar
Keith Devens .com - PHP Calendar (version 2.3)
Build a Calendar Using PHP, XHTML, and CSS
Some are nice, you can find others here:open source php calendars, I had just not used them before.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#5
Posted 24 October 2010 - 03:51 AM
thanks i will try. Nullw0rm, can you make make forums?
#6
Posted 24 October 2010 - 05:28 AM
I am sure I can, it would be too time consuming to do so though, do you mean you need a forum? There are many free forum softwares.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#7
Posted 25 October 2010 - 04:44 AM
Yes Nullw0rm, i want to make a discussion forum on my own tongue too. How can i make it? By taking the code? Where? How? Or can you send it to me to my mail?
#8
Posted 25 October 2010 - 08:10 AM
Normally, a forum software is pretty complex and has loads of features that people actually expect from a forum these days. That's why most people uses the already made softwares instead of writing their own.
A few examples of forum software:
You can find a pretty large comparison on wikipedia - http://en.wikipedia....m_software_(PHP) where you also can see features listed that many forum softwares have, and many users actually look for...
A few examples of forum software:
- phpBB - phpBB • Free and Open Source Forum Software
- MyBB - MyBB - Free and Open Source Forum Software
- SMF - Home of SMF: Free PHP and MySQL forum software
You can find a pretty large comparison on wikipedia - http://en.wikipedia....m_software_(PHP) where you also can see features listed that many forum softwares have, and many users actually look for...
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall
I study Information Systems at Karlstad University when I'm not on CodeCall
#9
Posted 25 October 2010 - 09:40 AM
thanks orjan, in case i dont understand, i will ask you again. Thanks.


Sign In
Create Account


Back to top









