Jump to content
MakeWebGames

Noelle

Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Everything posted by Noelle

  1. Noelle

    Cron help.

    Slightly different style $q_data = sprintf('select itmid, minSell, maxSell FROM table'); $r_data = $db->query($q_data); while(list($id,$min,$max) = mysql_fetch_array($r_data)) { $rand_price = mt_rand($min,$max); $q_update=sprintf('update table set sellPrice = %d where itmid = %d',$rand_price,$id); $db->query($q_update); }
  2. I deleted Zero forever ago from Msn, he asked to many noob questions lol
  3. I bet I know what it looks like without looking :P and can honestly say good work without looking but I'm going to look anyway!
×
×
  • Create New...