PHP Clock

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Tassadduq
Forum Commoner
Posts: 60
Joined: Wed Dec 03, 2008 2:53 pm

PHP Clock

Post by Tassadduq »

i want to show a clock with the timezone of London city in my webpage.
anyone have a link of the site which provide me clock script without site hyperlink.?
anyone have script or idea for this?
NoorAdiga
Forum Newbie
Posts: 5
Joined: Thu Dec 11, 2008 6:10 pm

Re: PHP Clock

Post by NoorAdiga »

U can view the time in ur server in many formats ...
for the detailed information ... check this page
http://www.php.net/time

but if ur server is not setting to London time, then u should make some modification for the time before displaying it ....
like adding some hours or subtracting them with paying some attention for the day if it's around 00 or 12 am

Good luck,
Noor
User avatar
Tassadduq
Forum Commoner
Posts: 60
Joined: Wed Dec 03, 2008 2:53 pm

Re: PHP Clock

Post by Tassadduq »

it's fine with the clock.
but if i need the current weather condition of london so what?
Post Reply