[QUOTE=Wolfy;13283820]I am using this code to display a page included in another:
Code:
<?php include('<?echo "$id";?>'); ?>
should be
Code:
<?php include("$id"); ?>
Code:
<a href="http://www.mysite.com/<?echo "$id+1";?>
or
<a href="http://www.mysite.com/<?echo "$id-1";?>
Code:
<a href="http://www.mysite.com/<?echo $id-1;?>" />