How to show the time and data in the user's timezone? I don't know it at all! Can anyone teach me? Thanks!
cliffcc 0 Junior Poster
Recommended Answers
Jump to PostI don't want to have the submit button. Is it possible? If it can, how to rewrite the code? Thanks!
You can use a redirect, with cookies or session.
eg:
<?php @session_start(); if (isset($_GET['tz'])) { $_SESSION['tz'] = $_GET['tz']; } else if (!isset($_SESSION['tz'])) { ?> <script> window.location …
All 4 Replies
vibhaJ 126 Master Poster

diafol
cliffcc 0 Junior Poster
digital-ether 399 Nearly a Posting Virtuoso Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.