![]() |
|
#1
|
|||
|
|||
How do I add a daily "tip of the day" to my site?I want to add a "tip of the day" to my site. However, I don't want to have to physically go in and change my site every day, as I don't have the time to do that. Therefore, I was thinking that if I was to create a text file containing the quotes / tips for each day of the month or year and store this onto my server then I could set up the page to use the quote / tip for that day.
Does anyone know how I would go about doing this please? Thanks, Jason http://www.toxinfreebodycare.com |
|||
|
#2
|
||||
|
||||
Re: How do I add a daily "tip of the day" to my site?I'd think a simple PHP script would work. You can either write it yourself or hunt on the 'net. Try www.hotscripts.com or www.phphelp.com/article/1p4.php.
__________________
Start Programming with Python-A beginner's guide to programming and the Python language. ------------- Common Sense v2.0-Striving to make the world a little bit smarter. |
|
#3
|
|||
|
|||
Re: How do I add a daily "tip of the day" to my site?Agreed.
What you would need to do it yourself is a database (flat file works, too) holding your quotes, a file that remembers a random number for every day, and the pages that read out that number and load the according quote. |
|
#4
|
|||
|
|||
Re: How do I add a daily "tip of the day" to my site?you could also just have a tip for each day of the week. so simply use 7 variables $1 to $7 and then add if ( idate("w") == 0 ) { echo "$1"; } and so on...
the idate("w") just returns the day of the week as a number, where 0 is sunday. |
Recent GIDBlog
Problems with the Navy (Officers) by crystalattice
| Thread Tools | Search this Thread |
| Rate This Thread | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Types of Web Site Hosting | Olga Elizarova | Web Hosting Forum | 5 | 28-Feb-2010 06:06 |
| Technology Review Site | ak406 | Websites Reviewed Forum | 11 | 06-Dec-2005 18:10 |
| Flash Deadly Sins that can kill your web site | abacomedia | Web Design Forum | 9 | 10-Jan-2005 21:13 |
| Search Engine Positioning 101 and 201 "How To" Tips... | 000 | Search Engine Optimization Forum | 0 | 29-May-2003 10:34 |
Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The