Results 1 to 2 of 2

Thread: CJUltra- links on every page?

  1. #1
    Join Date
    Dec 2004
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Arrow CJUltra- links on every page?

    Hi,

    I just installed this script called cjultra from http://www.cjultra.com/ and it seems like a pretty good script.

    I'm having one problem though,I have 100 pages or more on my site and don't want to have to edit each page everytime i get a new link.

    Is there anyway of uploading the links on a text document and use a php script to call the txt doc and load the links in my affiliate box like the include function?

    Thanks

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    you should be able to just use the include function to call the links from the txt file. Just place
    PHP Code:
    <? include('linkfile.txt'); ?>
    anywhere on the page that you would like to put the links at.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •