Jump to content

how to add this code?


thehost5968

Recommended Posts

Hi

 

I need this code in my header:

 

$C['files_path'] = '[i]/home/****/public_html/*****/[/i]'; // full 
path, always end with a slash 
$C['files_url'] = '[url="http://www.westonehosting.com/whos-online/"]http://www.******.com/******/[/url]'; // 
url, always end with a slash 
require ($C['files_path'].'include-****line-header.php'); 
 $line_records = update_line(); 

Link to comment
Share on other sites

Try:

 

{php}
$C['files_path'] = '/home/****/public_html/*****/'; // full 
path, always end with a slash 
$C['files_url'] = 'http://www.******.com/******/'; // 
url, always end with a slash 
require ($C['files_path'].'include-****line-header.php'); 
 $line_records = update_line();
{/php}

Link to comment
Share on other sites

Try:

 

{php}
$C['files_path'] = '/home/****/public_html/*****/'; // full 
path, always end with a slash 
$C['files_url'] = 'http://www.******.com/******/'; // 
url, always end with a slash 
require ($C['files_path'].'include-****line-header.php'); 
 $line_records = update_line();
{/php}

 

this worked:

 

{php}
$C['files_path'] = '/home/****/public_html/*****/'; 
$C['files_url'] = 'http://www.******.com/******/'; 
require ($C['files_path'].'include-****line-header.php'); 
 $line_records = update_line();
{/php}

 

but now I have to change all the database conention within the $C['files_path'].'include-****line-header.php as all i get is errors.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated