ID: 50700 Updated by: bj...@php.net Reported By: rombiama at gmail dot com -Status: Open +Status: Bogus Bug Type: *Configuration Issues Operating System: installation PHP Version: 5.3.1 New Comment:
Huh? You are not making any sense. <?php echo '<p>angosso.com</p>';index.html ?> Thats not gonna work. Move "index.html" away from the <?php ?> block, or into the echo statement. Previous Comments: ------------------------------------------------------------------------ [2010-01-08 22:29:39] rombiama at gmail dot com Description: ------------ <html> <head> <title>Les Diasporas Plurielles:: angosso.com</title> </head> <body> <?php echo '<p>angosso.com</p>';index.html ?> </body> </html> Reproduce code: --------------- --- >From manual page: function.strstr#Description --- http://localhost/angosso.php or http://79.170.40.162/angossocom/index.php Expected result: ---------------- <html> <head> <title>Les Diasporas Plurielles:: angosso.com</title> </head> <body> <p>angosso.com/index3.php</p> </body> </html> Actual result: -------------- <html> <head> <title>Les Diasporas Plurielles:: angosso.com</title> </head> <body> <p>angosso.com/index.html</p> </body> </html> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=50700&edit=1