开发者

Includes: 'date' .php

开发者 https://www.devze.com 2023-01-23 03:48 出处:网络
I want a include in my sidebar. With everyday another page, I make the page, and name it (IE. 0311.php, 0411.php), and the include automaticly changes the date (just the simple php dates).开发者_如何学

I want a include in my sidebar. With everyday another page, I make the page, and name it (IE. 0311.php, 0411.php), and the include automaticly changes the date (just the simple php dates).

开发者_如何学编程

Hope you get it! Thanks


This is probably one of the worst formated questions I cared to answer.

include date("md").".php";


<?php require_once date("dm") . ".php"; ?>
0

精彩评论

暂无评论...
验证码 换一张
取 消