whats wrong with this code php.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Fucksakes
    Shit... Fuck! What the Hell?
    • Dec 2003
    • 7567

    #1

    whats wrong with this code php.

    PHP Code:
    <?php$banners = array('<a href="http://www.shareasale.com/m-pr.cfm?merchantID=14282&userID=270588&productID=466753644"><img border="0" src="http://www.fightpassport.com/wp-content/uploads/2009/12/mma-gear-13.jpg "></a>','<a href="http://www.shareasale.com/m-pr.cfm?merchantID=14282&userID=270588&productID=466753674"><img border="0" src="http://www.fightpassport.com/wp-content/uploads/2009/12/mma-gear-11.jpg"></a>','<a href="http://www.shareasale.com/m-pr.cfm?merchantID=14282&userID=270588&productID=466753670"><img border="0" src="http://www.fightpassport.com/wp-content/uploads/2009/12/mma-gear-10.jpg"></a>','<a href="http://www.shareasale.com/m-pr.cfm?merchantID=14282&userID=270588&productID=466753642"><img border="0" src="http://www.fightpassport.com/wp-content/uploads/2009/12/mma-gear-7.jpg"></a>','<a href="http://www.shareasale.com/m-pr.cfm?merchantID=14282&userID=270588&productID=459380515"><img border="0" src="http://www.fightpassport.com/wp-content/uploads/2009/12/mma-gear-6.jpg"></a>','<a href="http://www.shareasale.com/m-pr.cfm?merchantID=14282&userID=270588&productID=467926268"><img border="0" src="http://www.fightpassport.com/wp-content/uploads/2009/12/mma-gear-3.jpg"></a>');shuffle($banners);echo $banners[0];?>
  • Fucksakes
    Shit... Fuck! What the Hell?
    • Dec 2003
    • 7567

    #2
    my god that hard on the eyes.. if anyone can even read that.. getting an

    Parse error: syntax error, unexpected T_VARIABLE

    error

    Comment

    • fatfoo
      ICQ:649699063
      • Mar 2003
      • 27763

      #3
      I have no idea, Fucksakes. Here's a bump for a more informative reply.
      Send me an email: [email protected]

      Comment

      • fris
        Too lazy to set a custom title
        • Aug 2002
        • 55679

        #4
        nothing

        http://pastebin.com/m59a11527
        Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

        Comment

        • Fucksakes
          Shit... Fuck! What the Hell?
          • Dec 2003
          • 7567

          #5
          Originally posted by fris
          weird... trying to add it to a blog side bar to rotate ads.

          Comment

          • Tube Ace
            So Fucking Banned
            • Nov 2008
            • 4941

            #6
            PHP Code:
            <?php
            $banners = array('<a href="http://www.shareasale.com/m-pr.cfm?merchantID=14282&userID=270588&productID=466753644"><img border="0" src="http://www.fightpassport.com/wp-content/uploads/2009/12/mma-gear-13.jpg "></a>',
                             '<a href="http://www.shareasale.com/m-pr.cfm?merchantID=14282&userID=270588&productID=466753674"><img border="0" src="http://www.fightpassport.com/wp-content/uploads/2009/12/mma-gear-11.jpg"></a>',
                             '<a href="http://www.shareasale.com/m-pr.cfm?merchantID=14282&userID=270588&productID=466753670"><img border="0" src="http://www.fightpassport.com/wp-content/uploads/2009/12/mma-gear-10.jpg"></a>',
                             '<a href="http://www.shareasale.com/m-pr.cfm?merchantID=14282&userID=270588&productID=466753642"><img border="0" src="http://www.fightpassport.com/wp-content/uploads/2009/12/mma-gear-7.jpg"></a>',
                             '<a href="http://www.shareasale.com/m-pr.cfm?merchantID=14282&userID=270588&productID=459380515"><img border="0" src="http://www.fightpassport.com/wp-content/uploads/2009/12/mma-gear-6.jpg"></a>',
                             '<a href="http://www.shareasale.com/m-pr.cfm?merchantID=14282&userID=270588&productID=467926268"><img border="0" src="http://www.fightpassport.com/wp-content/uploads/2009/12/mma-gear-3.jpg"></a>');
            
            shuffle($banners);
            echo $banners[0];
            ?>

            Comment

            • nation-x
              Confirmed User
              • Mar 2004
              • 5370

              #7
              There is nothing wrong with the code... it's how you have it formatted.

              Code:
              <?php
              $banners = array('<a href="http://www.shareasale.com/m-pr.cfm?merchantID=14282&userID=270588&productID=466753644"><img border="0" src="http://www.fightpassport.com/wp-content/uploads/2009/12/mma-gear-13.jpg "></a>','<a href="http://www.shareasale.com/m-pr.cfm?merchantID=14282&userID=270588&productID=466753674"><img border="0" src="http://www.fightpassport.com/wp-content/uploads/2009/12/mma-gear-11.jpg"></a>','<a href="http://www.shareasale.com/m-pr.cfm?merchantID=14282&userID=270588&productID=466753670"><img border="0" src="http://www.fightpassport.com/wp-content/uploads/2009/12/mma-gear-10.jpg"></a>','<a href="http://www.shareasale.com/m-pr.cfm?merchantID=14282&userID=270588&productID=466753642"><img border="0" src="http://www.fightpassport.com/wp-content/uploads/2009/12/mma-gear-7.jpg"></a>','<a href="http://www.shareasale.com/m-pr.cfm?merchantID=14282&userID=270588&productID=459380515"><img border="0" src="http://www.fightpassport.com/wp-content/uploads/2009/12/mma-gear-6.jpg"></a>','<a href="http://www.shareasale.com/m-pr.cfm?merchantID=14282&userID=270588&productID=467926268"><img border="0" src="http://www.fightpassport.com/wp-content/uploads/2009/12/mma-gear-3.jpg"></a>');
              
              shuffle($banners);
              echo $banners[0];
              ?>

              Comment

              • Fucksakes
                Shit... Fuck! What the Hell?
                • Dec 2003
                • 7567

                #8
                ah ok, thanks a ton

                Comment

                Working...