Jump to content

kalai

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

kalai's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi , Instead of running the loop many times, Keep your values in a string , $ids = "1,2,3"; $sql = mysql_query("select * from table where id in (".$ids.")"); $data [] = mysql_fetch_array($sql);
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.