Hi there I need your help...this is my problem. I created a simple.php page which contain the following codes:
<?php
include ("http://..../WebCalendar/index.php");
?>
When I entered the url onto the browser, "http://..../mambo/simple.php", this error appeared...
" Parse error: syntax error, unexpected T_STRING in
http://....../WebCalendar/index.php on line 1 ".
The codes in the WebCalendar/index.php is:
<?php
include_once "includes/init.php";
// If not yet logged in, you will be redirected to login.php before
// we get to this point (by connect.php included above)
do_redirect ( empty ( $STARTVIEW ) ? "month.php" : "$STARTVIEW.php" );
?>
Any solution?? Help Please Thank you.....