Quote:
Originally Posted by glo
Hi NTLDR,
I can see from your last post that it doesnt have to be a .php file extension which is good.
How is the page name identified?
And how do we ensure that the code is being parsed properly, as i only intend on using it with html code.
Thanks in advance.
|
I am a little confused so i put
Code:
<php>
chdir('/path/to/forums');
require_once('./global.php');
require_once('./includes/functions_online.php') </php>
into my html page . . . then what do i need to ad to the functions?