linkman included in php page
Posted: Mon Mar 28, 2011 8:37 am
Script URL: www.prijsklopper.com/linkpartners.php
Version of script: 1.7
Hosting company: Hensel
URL of phpinfo.php: www.prijsklopper.com/phpinfo.php
URL of session_test.php: ww.prijsklopper.com
What terms did you try when SEARCHING for a solution: include in php page
Write your message below:
Hi,
My website uses templates to work. I included www.prijsklopper.com/links/links.php in
www.prijsklopper.com/linkpartners.php
Now on www.prijsklopper.com/linkpartners.php you see that it works fine, except for showing
the allready excisting links.
This is the code used in the linkpartners.php:
require ("path.php");
require (PATH."include/include.php");
//*************************************************************************************************
include (PATH."session.php");
//*************************************************************************************************
$pageTitle = "Linkpartners";
$pageKeywords = "Links";
$pageDescription= "Linkpartners";
//*************************************************************************************************
// Call template
include(PATH.'links/links.php');
//*************************************************************************************************
?>
Do i need to include something else too for the excisting links ? Or do i have to modify the links.php in the links directory ?
If you type www.prijsklopper.com/links/links.php you see that it works. The errors are normal,
because the header.php can't be found in that root. But if you include the link.php in the template
it works fine.
Joep
www.prijsklopper.com
Version of script: 1.7
Hosting company: Hensel
URL of phpinfo.php: www.prijsklopper.com/phpinfo.php
URL of session_test.php: ww.prijsklopper.com
What terms did you try when SEARCHING for a solution: include in php page
Write your message below:
Hi,
My website uses templates to work. I included www.prijsklopper.com/links/links.php in
www.prijsklopper.com/linkpartners.php
Now on www.prijsklopper.com/linkpartners.php you see that it works fine, except for showing
the allready excisting links.
This is the code used in the linkpartners.php:
require ("path.php");
require (PATH."include/include.php");
//*************************************************************************************************
include (PATH."session.php");
//*************************************************************************************************
$pageTitle = "Linkpartners";
$pageKeywords = "Links";
$pageDescription= "Linkpartners";
//*************************************************************************************************
// Call template
include(PATH.'links/links.php');
//*************************************************************************************************
?>
Do i need to include something else too for the excisting links ? Or do i have to modify the links.php in the links directory ?
If you type www.prijsklopper.com/links/links.php you see that it works. The errors are normal,
because the header.php can't be found in that root. But if you include the link.php in the template
it works fine.
Joep
www.prijsklopper.com