phpMyAdmin
 sql >> Cơ Sở Dữ Liệu >  >> Database Tools >> phpMyAdmin

chuyển hướng PHP sử dụng thời gian cụ thể

Sử dụng date của PHP chức năng kiểm tra ngày / giờ hiện tại. Để chuyển hướng đến một tệp khác, chỉ cần sử dụng tiêu đề header("Location: ..") chức năng thực hiện chuyển hướng 302.

Dưới đây là một ví dụ nhanh về những gì tôi có thể hiểu được từ mô tả yêu cầu của bạn:

<?php

    $redirectLocation = '';

    $dayOfWeek = date('l'); // A full textual representation of the day of the week
    $weekendDays = array('Saturday', 'Sunday'); // Array of weekend days
    $currentTime = (date('G').date('i'))*1; // Get current time in the form of numbers

    // If is weekend, redirect to weekend.php
    if(in_array( $dayOfWeek, $weekendDays )) {
        $redirectLocation = 'weekend.php';
    }

    // Else handle weekday day time (7.30 - 15.00)
    else if( $currentTime >= 730 && $currentTime <= 1500 ) {
        $redirectLocation = 'index1.php';
    }


    // Else handle weekday evening time
    else {
        $redirectLocation = 'night.php';
    }

    // Do the redirecting
    header("Location: ".$redirectLocation);
    exit();
    ?>


  1. DBeaver
  2.   
  3. phpMyAdmin
  4.   
  5. Navicat
  6.   
  7. SSMS
  8.   
  9. MySQL Workbench
  10.   
  11. SQLyog
  1. MYSQL 8.0 - định dạng nhật ký làm lại không được hỗ trợ

  2. PHPMyAdmin của MAMP cho tôi lỗi mysql # 2002

  3. Không thể nhập cơ sở dữ liệu thông qua kích thước tệp phpmyadmin quá lớn

  4. làm cách nào để mã hóa toàn bộ một cột

  5. PhpMyAdmin có gây rủi ro bảo mật khi sản xuất không