Can someone help me put this together? $showall=1 ^^^^ string include('../commenter/commenter_cnt.php') ^^^^include Can someone assemble that so I don't get any more unexpected T_STRINGS please? Thank you.
Where is my error? <!--- Comments ---> <center> <a name="comments"> <?php $showall=1; include('../commenter/commenter_cnt.php'); ?> </a> </center> <!/--- Comments ---> Where is my error?
Assuming the path to the file is correct that code should work fine (try the absolute http://www....../commenter_cnt.php reference maybe). If you get an error maybe its in the commenter_cnt.php script?
First: are you sure you are at the right line in the orginial page. Second: have you checked the included page for errors too?
<!--- Comments ---> <center> <a name="comments"> <?php $showall=1; include('../commenter/commenter_cnt.php'); ?> </a> </center> <!/--- Comments ---> LOL how could I not see that I took out the " and replaced them with '