[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] PHP include() error...RAQ3 problem?



I recently installed PHP3 on my system.  I am trying to use include()
statements and I am receiving the following error:

"Parse error: parse error in /home/sites/site22/web/directory/file.php3 on
line 16"

My code looks similar to this:

<html>
<body>

<?php
	include("http://www.server.com/file.html";);
?>

</body>
</html>

The line that is receiving the parse error is the line after the </html>
tag.  It does not look to be a programming error but some kind of
configuration error.  I have been going back and forth on the PHP mailing
list and it looks like my syntax and programming is correct.

Does anyone know of any issues with PHP3 on a RAQ3?  It seems to work well
for most functions I have used so far.  include() seems to be the one that
is giving me problems.  And of course it is the one I plan to use the most.

Thanks,
Scott