Web Hosting Vodahost    

Home Take The Royal Tour! Order Now Features Prices
Go Back   Web Hosting > BlueVoda Website Builder Forums > Adding Elements To Your Website

Notices

Adding Elements To Your Website Discussions, help & troubleshooting about adding templates, backgrounds, images, text, iframes, scroll bars, marquees, flash, video, music, HTML Code, shapes, lines, java scripts, and all other elements. Etc… etc…

Reply
 
LinkBack Thread Tools
  #1  
Old 04-02-2006, 10:14 PM
Private First Class
 
Join Date: Mar 2006
Location: Queens, New York
Posts: 7
Send a message via Yahoo to gaboi
Exclamation Automatic date change

I don't know what to use or how to go about having the date change automatically on a web page each day with the current date. Any help will be appreciated.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old 04-02-2006, 10:47 PM
Watdaflip's Avatar
Brigadier General
 
Join Date: Sep 2005
Location: Cincinnati, Ohio
Posts: 1,640
Default Re: Automatic date change

This code below will show the current date each time the page loads (its not dynamic, if will only update on page loads)

<?
echo date('F j Y');
?>

Just make sure your webpages are .php, or put those 3 lines into a .php file, and use an iframe where you want it at.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old 04-03-2006, 09:05 AM
Private First Class
 
Join Date: Mar 2006
Location: Queens, New York
Posts: 7
Send a message via Yahoo to gaboi
Default Re: Automatic date change

Thanks for the script. I really appreciate it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old 06-09-2006, 11:21 AM
Sergeant
 
Join Date: Jun 2006
Location: Holland
Posts: 23
Default Re: Automatic date change

Doing a search on the forum I found the date-thing I was looking for fast & easy. Great! But... being a beginner, working on my first site, I haven't got a clue how to use the script mentioned. Tried a HTML box, but that didnt work. Is there someone out there that can tell (idiotproof) how to apply it :)

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old 06-22-2008, 11:28 PM
Private First Class
 
Join Date: Apr 2008
Posts: 5
Default Re: Automatic date change

Firstly, I am using BlueVoda Version 9.1.0. I was wondering if this info is still correct about the "changing date".
Also, like the poster above, I don't know much. Are BlueVoda pages .php? and where and how do I post this code (I also couldn't tell where the code started or ended in the response! Pitiful, I know.) if they are not .php. Am I correct in interpreting the response as putting the code into an Inline frame?
I am hoping to get the date to look like this - Sunday, June 22, 2008 (taken from a friend's web page that he used Dream Weaver to assemble).
Thanks for any help. Paul
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old 06-23-2008, 04:18 AM
Watdaflip's Avatar
Brigadier General
 
Join Date: Sep 2005
Location: Cincinnati, Ohio
Posts: 1,640
Default Re: Automatic date change

Use
PHP Code:
<?
echo date('l, F j, Y');
?>
Just insert it into a html box, and in your properties make sure .php is selected instead of html.
__________________

Register/Login Script
Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old 06-24-2008, 11:32 PM
Private First Class
 
Join Date: Apr 2008
Posts: 5
Default Re: Automatic date change

Thanks - Paul
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +1. The time now is 03:22 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC7
2007 VodaHost.com - All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54