Jump to content

rodrico101

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

rodrico101's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hello, I am trying to develop a site that searches another site for a keyword then gives a total count for that word and a link to click on. (Here is an example of what I am trying to do: typobuddy) I already have the code written to do the search (ie the misspellings), but how do I get the result count listed with the link? Any help would be great. Rod
  2. Thanks...I will take a look at that... Rod
  3. Hello, I am trying to write a script that generates misspelled words to find in searches. (ie search auction sites for bargains) I want to search by simple typos (ie Beatles => ebatles, beatels etc) and also by letters close to them on the keyboard (ie B => v,n.g.h.f etc) Not quite sure where to start. Once all the words are generated, I want to put them altogether and send to a web search Any help would be appreciated. Rod
  4. Hi, I am looking to write a script that redirects my affiliate links to their appropriate sites. I want to have this as my clickable link: www.mysite.com/recommends/ebay.com I prefer not to have "id" in my redirect and want the link in the above form. Have a good idea how to start, but am coming up short. Any help would be greatly appreciated. Rod
  5. Hello, This is my first post and I have a little background in PHP. I am trying to write a php page to redirect several affiliate links. What I would like to do is have www.mysite.com/links.php ..this one page would be where the links/clicks would go before the redirects occur. I am trying to figure how to do a IF statement so that I can say if, www.mysite.com/links/affiliate1, then go to affiliate1.com, if www.mysite.com/links/affiliate2 then go to affiliate2.com and so on. I will probably have about 20-30 different redirects and do not want a separate php page for each link. I know the basic code: (ie <?php header('Location: http://www.affilate1.com'); ?> But confused on how to write the if statement. I don't particularly want to do it via a .hta rewrite so looking to do via php. Thanks for any help. Rod
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.