|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2001-08-22 09:57 UTC] jordi_laf at hotmail dot com
Hi,
when you do an include you should be able to include inclusion. Exemple <? include("reports.php?month1=".date("m")); ?>, it return a error message that say it's impossible, it have to be possible for flexibilty and logic.
Thank you
Jordi Lafortune
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 21:00:02 2025 UTC |
do you have a file called reports.php?month1=06 ? see the problem? including URLs only works with absolute URLs: <? include("http://server/pahth/reports.php?month1=".date("m")); ?>