ID:               16219
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         Scripting Engine problem
 Operating System: Windows 2000 Advanced Server
 PHP Version:      4.1.2
 New Comment:

The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php


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

[2002-03-22 04:43:10] [EMAIL PROTECTED]

I made a site under PHP 4.1.1 using the built-in PHP templating
funtions through the use of the Alternative Control Structures.

All my PHP code is in several .php files, all text of the website is in
template/xxx.html format, including the alternative control structures
and pure HTML syntax.

At the end of the PHP page, i call the template HTML file with a
require("template/xxx.html");.

In PHP 4.1.1, this displays the page correctly.  In PHP 4.1.2, the page
loads untill it gets at the first PHP funtion in the template, being <?
if ($extra_links): ?>.  The standard variable parsing DOES work, as
there's already a call to <?=$foto?> that gets parsed.

I've reloaded PHP 4.1.1, and now the site in question works again like
it should.  No code been altered since the first installation of PHP
4.1.2.

The sole need for PHP on this page is this templating, depending on
which section of the site ppl visit, it loads a different main section
of the site with a different menu.

On a Linux system this problem doesn't exist.

regards,
Adriaan Van Bauwel

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


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

Reply via email to