User Profile

Collapse

Profile Sidebar

Collapse
mattgnr
mattgnr
Last Activity: Jul 13 '10, 10:46 PM
Joined: May 3 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mattgnr
    replied to Variable in url via echo
    in PHP
    Because the $userid is constantly being changed dependant on who log's in. (1 was just an example, $userid is actually pulled from a different table in the database). It's a rewards site so i need to be able to track the SID's in the links.

    Thanks!...
    See more | Go to post

    Leave a comment:


  • mattgnr
    replied to Variable in url via echo
    in PHP
    The original code I had in the first box:

    Code:
    
       1. <a href="http://www.jdoqocy.com/click-4011209-10677311?sid=$userid " target="_blank">
       2. <img src="http://www.lduhtrp.net/image-4011209-10677311" width="468" height="60" alt="Extend the life of your PC - Optimize your Slow PC" border="0"/></a>
    However...
    See more | Go to post

    Leave a comment:


  • mattgnr
    replied to Variable in url via echo
    in PHP
    Hi,

    Thanks - i'm not sure thats going to work as i can't call a php echo inside an echo can I?

    The code displayed on the page is simply:

    Code:
    <?php 
    $userid = 1;
    echo $row_Offers['html']; ?>
    See more | Go to post

    Leave a comment:


  • mattgnr
    started a topic Variable in url via echo
    in PHP

    Variable in url via echo

    Hi,

    I am trying to use the SID tracking via Commission Junction to create a reward site.

    An example code banner display is:

    Code:
    <a href="http://www.jdoqocy.com/click-4011209-10677311?sid=$userid " target="_blank">
    <img src="http://www.lduhtrp.net/image-4011209-10677311" width="468" height="60" alt="Extend the life of your PC - Optimize
    ...
    See more | Go to post

  • Hi,

    I am having a slight problem when downloading the file.

    E.g. the file upload is called Unit 1 Lesson 2.pdf. When i go to download the file, if i choose the 'open' option, Adobe opens fine. If i click on 'save' however, it just saves the file as 'Unit' without the rest of the name and no extension.

    Any ideas?

    Follow Up: I have noticed that this is only a problem in Firefox. Works perfectly in...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...