ID:               35173
 Updated by:       [EMAIL PROTECTED]
 Reported By:      claudebreault at netscape dot ca
-Status:           Open
+Status:           Bogus
 Bug Type:         Output Control
 Operating System: WindowsXP
 PHP Version:      4.4.1
 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.




Previous Comments:
------------------------------------------------------------------------

[2005-11-09 16:34:14] claudebreault at netscape dot ca

Description:
------------
(My setting: Apache 1.3 for Windows XP, PHP 4.3.3)
Hi,
   when I call a second program in HTML with "href", it is impossible
to "echo" something in PHP within the second program.
but anything outside PHP is fine (in the following example the "Title"
is printed). However, the second work fine by itself (Title and echo).
This simplified code doesn't work.

First Program :
<HTML>
<HEAD></HEAD>
<BODY>
   <a href="SecondProgram.HTML">SecondProgram</a>
</BODY>
</HTML>

Second Program :
<HTML>
<HEAD></HEAD>
<BODY>
    <h1>Title</h1>
    <?php echo "Printing test"; ?>
</BODY>
</HTML>

This problem arises for whatever I try to "echo" in the second program
(ex. grobal variables);

Thanks for your help
Claude



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=35173&edit=1

Reply via email to