Ask Experts Questions for FREE Help!
 

Free Answers in 3 Easy Steps

Register Now
3 Steps
 


Ask QuestionsprogressAnswer QuestionsprogressBuild ReputationprogressBecome an Expert
 
At Ask Me Help Desk you can ask questions in any topic and have them answered for free by our experts. To ask questions or participate in answering them you must register for a free account. By registering you will be able to:
  • Get free answers from experts in any of our 300+ topics.
  • Accept money for answers that you provide.
  • Communicate privately with other members (PM).
  • See fewer ads.
  View Answers    Answer this question    Ask a question  
 

Superfly999
Jan 28, 2011, 10:26 PM
I'm new to HTML scripting and I had a question to ask. Is it possible to say.. After a time make a script change to a different script? EX: Mondays this script runs, Tuesday this part of the script runs, etc etc A time based trigger (not just days but also say.. Certain times of days. Don't even know if that's possible with time zones or not either). I was just wondering if it was possible to do something like that in html. If so can anyone help me with this? Like I said I'm extremely new to HTML but want to make something like this (done for me or walked through idc)

angelicaflorine
Jan 29, 2011, 07:57 AM
That's not HTML, that's PHP. If Else script.

angelicaflorine
Jan 29, 2011, 08:00 AM
Sorry: http://www.w3schools.com/php/php_if_else.asp

Superfly999
Jan 29, 2011, 09:22 AM
Is there anyway you could make a template for that type of php script? If not all good. Thank you angelica

angelicaflorine
Jan 30, 2011, 11:40 AM
I don't code for free. If you google the if else script and the functions you want, you might be able to find a free script that's as close as you want.

crigby
Jan 30, 2011, 11:33 PM
Hi,
I agree that it could be done with PHP, though I think the actual point is that it is done on the server that sends the pages. It is a matter of the server reading the http-request and utilizing it in its decision on action.
Such systems as LAMP, WAMP and XAMPP come to mind, all available fromSourceForge.net: Download and Develop Open Source Software for Free (http://sourceforge.net/) as open source.
Other more elegant renditions of these technologies would be Alfresco, Bitnami and Aptana, among others. I have been impressed with all three of those, but their are many more. Personal preference goes to the first since it allows so many choices of programming option languages. Try:
https://www.alfresco.com/resources/
And see what you think.
Try a search engine with "content management systems" as the search phrase. You will be astounded with the ones listed on Wikipedia.
Peace,
Clarke