Edit report at https://bugs.php.net/bug.php?id=60335&edit=1
ID: 60335 Updated by: larue...@php.net Reported by: krmanish260 at gmail dot com Summary: Regarding includeing external file -Status: Open +Status: Bogus Type: Feature/Change Request Package: Dynamic loading Operating System: ubuntu11.4 PHP Version: 5.3.8 Block user comment: N Private report: N New Comment: Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. $footer = "this value can be accessed in footer.php"; include "footer.php"; footer.php: <?php echo $footer; ?> Previous Comments: ------------------------------------------------------------------------ [2011-11-19 07:40:44] krmanish260 at gmail dot com Description: ------------ Hi all, i have tried to send parameter through the include file. Test script: --------------- example: include'footer.php/'.array('name'=>$name); and include'footer.php/'.$name; but showing errror as failed to open stream: No such file or directory and include(): Failed opening 'include/footer.php/Array' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') Expected result: ---------------- Here I want to pass a value to the footer.php. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=60335&edit=1