GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   whats wrong with this code php. (https://gfy.com/showthread.php?t=943108)

Fucksakes 12-12-2009 12:53 PM

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 12-12-2009 12:54 PM

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

Parse error: syntax error, unexpected T_VARIABLE

error

fatfoo 12-12-2009 01:06 PM

I have no idea, Fucksakes. Here's a bump for a more informative reply.

fris 12-12-2009 01:12 PM

nothing

http://pastebin.com/m59a11527

Fucksakes 12-12-2009 01:14 PM

Quote:

Originally Posted by fris (Post 16639809)

weird... trying to add it to a blog side bar to rotate ads.

Tube Ace 12-12-2009 01:14 PM

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];
?>


nation-x 12-12-2009 01:15 PM

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];
?>


Fucksakes 12-12-2009 01:17 PM

ah ok, thanks a ton


All times are GMT -7. The time now is 01:58 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc