PHP includes dont seem to work
Posted by: feeta (---.plus.com)
Date: June 02, 2006 01:29PM

Hi.

I recently upgraded from a pretty old version of WAMP (WAMP5 1.4.3) to the most recent version (1.6.3) and I now find that my PHP includes dont work.

I'm using the code:

<?
include('header.php');
?>

in my index.php file but it doesnt work..

Does anyone know why this might be?

Thanks in advance for any help.

Options: ReplyQuote
Re: PHP includes dont seem to work
Posted by: CyberSpatium (67.170.181.---)
Date: June 02, 2006 04:05PM


Options: ReplyQuote
Re: PHP includes dont seem to work
Posted by: chaokusc (---.server.ntli.net)
Date: June 06, 2006 09:55AM

Try it this way

<?php include ( "headere.php" ); ?>

Options: ReplyQuote


Sorry, only registered users may post in this forum.