View Single Post
  #34  
Old 06-28-2003, 08:39 AM
 
davesphoto davesphoto is offline
 

Member
  
Join Date: May 2003
Posts: 24
 

Default

I keep getting an error with my random.php:

Quote:
Parse error: parse error, unexpected T_STRING in /www/d/davesphoto/htdocs/store/customer/random.php on line 16

my line 16 is the line with the actual rand function. Could this function be disallowed by my server? This is line 16:

Code:
б═ б═$rnd = rand(0, count($products_id)-1);

Made the switch while live (my site doesn't get much traffic yet anyway) so I would like to get this straightened out quick.

Thanks
Reply With Quote