7 replies [Last post]
Anonymous
Anonymous's picture
Guru
calgary,alberta
calgary,alberta
Hugo
Hugo's picture
Offline
Moderator
London
Last seen: 8 years 20 weeks ago
London
Joined: 2004-06-06
Posts: 15668
Points: 2806

Honestly T co cover yourself

Honestly T co cover yourself up, we've all seen it before stop making an exhibition of yourself.

Anyways it's not until the 9th.

What's with all that advertising?

Before you make your first post it is vital that you READ THE POSTING GUIDELINES!
----------------------------------------------------------------
Please post ALL your code - both CSS & HTML - in [code] tags
Please validate and ensure you have included a full Doctype before posting.
Why validate? Read Me

Katie
Katie's picture
Offline
Enthusiast
Seattle, WA
Last seen: 7 years 29 weeks ago
Seattle, WA
Timezone: GMT-8
Joined: 2006-08-06
Posts: 357
Points: 2

Last year Naked Day was the

Last year Naked Day was the 5th. I was going to do it, but I was confused about the date, and I didn't want to be all alone...

Blog: Pew Pew Laser Blog
Online File Storage: DropBox
Daily Deals on Local Activities: Groupon

Triumph (not verified)
Anonymous's picture
Guru

Wow. My menus are way too

Wow. My menus are way too long. Sad

Hugo wrote:
Anyways it's not until the 9th.

Aw, they changed it.

Triumph (not verified)
Anonymous's picture
Guru

Triumph wrote:Wow. My menus

Triumph wrote:
Wow. My menus are way too long. Sad

PRUNED!!! Laughing out loud :thumbsup:

burlster
burlster's picture
Offline
Leader
Bournemouth
Last seen: 2 years 23 weeks ago
Bournemouth
Joined: 2007-05-31
Posts: 693
Points: 45

Time zones

Well I've signed up.

Does anyone know how I would correctly configure the following code to work for me with my time zone being GMT? I'm not familiar enough with PHP to know what numbers to put where to ensure I've encapsulated the 9th perfectly.

  $start = date('U', mktime(-12, 0, 0, 04, $d, date('Y')));
  $end = date('U', mktime(36, 0, 0, 04, $d, date('Y')));

I entered the PHP code between the code tags directly copied from the page and it just did a single row of a bunch of Spans. Very odd!!!

Not to worry, hopefully by just including the two lines I want, it will work better?

Thanking you Smile

John

P.S. I JUST GOT MY THIRD STAR Laughing out loud

Have YOU said Hello yet?
The CSSCreator Hello Thread

Hugo
Hugo's picture
Offline
Moderator
London
Last seen: 8 years 20 weeks ago
London
Joined: 2004-06-06
Posts: 15668
Points: 2806

PHP mktime() is Unix Epoch

PHP mktime() is Unix Epoch time is GMT.

Don't know why the code didn't work for you, it's straightforward enough; explain how you embeded it? and someone may have an answer.

Three stars Smile now you'll have to change that portion of your tag line.

Before you make your first post it is vital that you READ THE POSTING GUIDELINES!
----------------------------------------------------------------
Please post ALL your code - both CSS & HTML - in [code] tags
Please validate and ensure you have included a full Doctype before posting.
Why validate? Read Me

burlster
burlster's picture
Offline
Leader
Bournemouth
Last seen: 2 years 23 weeks ago
Bournemouth
Joined: 2007-05-31
Posts: 693
Points: 45

Hugo first

Sorry Hugo, when I said it didn't work, I meant when embedding it in to the code tags here in the forum. It changed to something else. But perhaps I shouldn't be admitting to having made the forum do funny things at this particular moment in time, huh!

Thanks for the explanation, and yeah, I ain't just a two star off topic master anymore! Jenni will be proud (or cringe in disgust, one or the other), haha Laughing out loud

Have YOU said Hello yet?
The CSSCreator Hello Thread