mr_goodtimes2002 Posted January 24, 2008 Share Posted January 24, 2008 Hi all I have a question for you is there a PHP script that I can use to change the content of somebodies page. There is one catch though it must be a timed change for instance in the morning I want pictures of breakfast to appear and in the afternoon pictures of lunch etc. Quote Link to comment https://forums.phpfreaks.com/topic/87491-need-a-code-snippet/ Share on other sites More sharing options...
MasterACE14 Posted January 24, 2008 Share Posted January 24, 2008 www.php.net in the search box lookup 'time' and 'date' and choose the 'functions' option in the dropdown box, you can use those functions for changing page content depending on the time of day. Regards ACE Quote Link to comment https://forums.phpfreaks.com/topic/87491-need-a-code-snippet/#findComment-447509 Share on other sites More sharing options...
whit3fir3 Posted January 24, 2008 Share Posted January 24, 2008 It is pretty simple... http://us2.php.net/date Get the server time...It is say before 10:30am server time show breakfast pictures...If it is after 10:30am show something else... whit3fir3 Quote Link to comment https://forums.phpfreaks.com/topic/87491-need-a-code-snippet/#findComment-447511 Share on other sites More sharing options...
pocobueno1388 Posted January 24, 2008 Share Posted January 24, 2008 I can use to change the content of somebodies page. You can't change the content of anyone else's page. Unless you mean you want to actually grab the source code from another website and change the content on your own site. Your description for what you want is pretty vague, so this may be something that can be easily done and already written, or it could be something pretty unique where you would have to write the code yourself/hire someone to do it. Quote Link to comment https://forums.phpfreaks.com/topic/87491-need-a-code-snippet/#findComment-447515 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.