Ihavenoclue Posted January 20, 2005 Posted January 20, 2005 How do you change it so the new products for the month displays different items every time the site is visited?
boxtel Posted January 20, 2005 Posted January 20, 2005 How do you change it so the new products for the month displays different items every time the site is visited? <{POST_SNAPBACK}> before the query add this: list($usec, $sec) = explode(' ', microtime()); srand( (float) $sec + ((float) $usec * 100000) ); $mtm= rand(); in the query add this : order by rand($mtm) Treasurer MFC
Ihavenoclue Posted January 20, 2005 Author Posted January 20, 2005 before the query add this: list($usec, $sec) = explode(' ', microtime()); srand( (float) $sec + ((float) $usec * 100000) ); $mtm= rand(); in the query add this : order by rand($mtm) <{POST_SNAPBACK}> What file is this in?
boxtel Posted January 20, 2005 Posted January 20, 2005 What file is this in? <{POST_SNAPBACK}> includes/modules/new_products.php Treasurer MFC
Recommended Posts
Archived
This topic is now archived and is closed to further replies.