|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-06-09 04:57 UTC] zeev at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 15 19:00:01 2025 UTC |
I have encoutered a problem while using php and ssi pages together. If i have a (say) p1.shtml page with something like <!--#include virtual="file.php"--> in it, and i include THAT page (p1) from another .shtml page, with <!--#include virtual..-->, it works perfectly. If i include that page (yes, p1.shtml :) from a php3 script with <? virtual("p1.shtml") ?> , i get an empty response! Seems like that ssi->ssi->php recursive inclusion works, and php->ssi->php not (using the respective "include virtual" functions, obiously). So is virtual() someway different from <!--#include virtual=""--> ?