|
Haven't registered yet? Do it here now!
|
oil
Joined: 13 Jul 2007 Posts: 265
|
|
|
|
|
|
|
Posted: Sun Aug 17, 2008 8:25 pm Post subject: include one file in all BO blogs |
|
|
|
|
|
|
|
|
|
|
i use CURL as include method for my blogs
and i thought i canīt be that hard to include one file on all BO blogs, which is stored on BO server, so how would such a CURL include look like to import f.e. a keywords.html file on all BO blogs |
|
|
|
|
|
|
|
Atanasis Owner
Joined: 22 May 2004 Posts: 4284 Location: The Net
|
|
|
|
|
|
|
Posted: Mon Aug 18, 2008 5:16 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
Code: |
<?
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL,"http://www.url.com/");
curl_setopt($ch, CURLOPT_HEADER,0);
curl_exec($ch);
curl_close($ch);
?>
|
you just need to put that in the template(s) for your blogs _________________ Thanks,
Kaktusan
|
|
|
|
|
|
|
|
oil
Joined: 13 Jul 2007 Posts: 265
|
|
|
|
|
|
|
Posted: Tue Aug 19, 2008 2:07 am Post subject: |
|
|
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2002 phpBB Group
|
|
|
|
| |