Posted by leegold on 01/22/06 06:57
given I have in main.php :
<?php
require_once 'breadcrumbs.php';
?>
and in breadcrumbs.php I have:
<?
class breadcrumb {
echo '1234';
}
?>
I get an error message:
Parse error: parse error, unexpected T_ECHO, expecting T_OLD_FUNCTION or
T_FUNCTION or T_VAR or '}' in
/mnt/web_j/d02/s44/a00071yw/www/breadcrumbs.php on line 3
I'm doing this on my remote host. breadcrumbs.php is in the same dir as
main.php.
What could the problem be?
Thanks
Navigation:
[Reply to this message]
|