Open the code
of your
template page
and insert this
code. Modify
the path to
match where you
decided to
store the
comments.php
script.
Code:
<?
include($_SERVE
R['DOCUMENT_RO
OT'].'/path/t
o/comments_scri
pt.php');
?>
I posted this
solution above.
I dont believe
having at
template system
would keep this
from working.
This needs to
go where php
can be
executed.
I never tested
including this
code with a
template
system. If
you're looking
into code like
this I would
recommend
designing your
own site to
prevent
problems just
like this. This
way, you're in
complete
control.
This site has
articles that
can help you
get started.
Here are a few
key articles:
- Site Design
Made
Simple
a>
- Simple PHP
Tutorial
- Complete
Members
System
a>
How
ever, I believe
each article on
this site is
important-
thats why
they're here
so read up and
post any
questions you
come across in
the appropriate
FORUMS<
/a>
|