Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

New Products for January...how do you change?


Ihavenoclue

Recommended Posts

Posted
How do you change it so the new products for the month displays different items every time the site is visited?

 

 

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

Posted
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)

 

 

 

What file is this in?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...