|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-01-22 12:58 UTC] rasmus@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 20:00:01 2025 UTC |
Ok I was tring to include a file and tring to pass a var, tried many ways.. needless to say I couldnt get it to work. <?php inlcude("links.php?show=true"); ?> -- no good <?php include("http://www.amazed.to/links.php?show=true"); ?> -- no good So I get on IRC, no on really had a answer for my question 'Why cannt I include, and pass varibles on a windows server?' bug list: http://bugs.php.net/bugs-php3.php?id=514 says you cannt include("http://server/file.php") if you cannt include a server, how can you pass a var through include? I am not sure if you consider this a 'bug' but, it would be nice to include & passing vars ;\