Jump to content

tomcat01

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

tomcat01's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi all Need some help with the following please: I want to fetch data from mysql but the id is part of an array $ids = array("1","2","3"); $sql = mysql_query("SELECT * FROM table WHERE id ='$ids'") or die ("Error". mysql_error() ); This gives an obvious error but how can I get it to return the rows having ids 1 ,2 and 3 only! - It must not give me ids 5, 101 or 5 aswell should they exist. The array can be 20 values so I cant build it into the select. Hope you understand what I'm looking for. Please help me out on this one.Thanks
  2. Thanks Do you know of a working example / code somwhere?
  3. Hi All, I need help in solving how to automatically scroll content of an iFrame. I want th iframe contant to be shown inside the frame without having to manually scroll down to it.. example code in iframe <? for( $i = 0; $i < 20; $i ++ ){ usleep(250000); echo "$i<br>"; ob_flush(); flush(); } ?> The iframe needs to auto scroll as the counter goes to 19 Hope it makes sence... Thanks
×
×
  • 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.