Results 1 to 4 of 4

Thread: Any PHP Gurus Around?

  1. #1
    You do realize by 'gay' I mean a man who has sex with other men?
    Join Date
    Oct 2003
    Location
    New Orleans, Louisiana.
    Posts
    21,635

    Any PHP Gurus Around?

    I need some help with some .php code that parses an affiliate id using question marks and, getting it to work with php script driven pages that also use question marks in their url.

    Regards,

    Lee


  2. #2
    virgin by request ;) Chilihost's Avatar
    Join Date
    Oct 2003
    Posts
    4,496
    try using & marks and tagging your variables with unique identifiers like &condomvariable=1

    cheers,
    Luke


  3. #3
    temptationhouse
    Guest
    example:

    page.php?var1=somethin&var2=somethingelse

    php code:
    echo $_GET['var1'];
    echo $_GET['var2'];


  4. #4
    scwebmaster
    Join Date
    Jul 2006
    Location
    San Clemente CA
    Posts
    83
    We use php for all our boydollars sites. What are you exactly trying to do? If you do not care about seo, you can pass the variables in the url but if seo is important to you, you should store your values in a cookie.
    Brian H.

    Affiliate Relations / Advertising
    ICQ: 346982423
    AIM: FinelineBrian


Posting Permissions

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