Jump to content

zeeli

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling
  • Location
    Finland

zeeli's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I'm not sure but are you looking for __CLASS__? Regards, zEeli
  2. Try this: <?php $sql = "SELECT column FROM table WHERE is_online = 1"; $results = mysql_query($sql); $num_rows = mysql_num_rows($results); $newline = "<br />"; if($num_rows > 0) { while($row = mysql_fetch_array($results)) { echo "" . $row['column'] . "" . $newline . ""; } } else { echo "Empty"; } ?> EDIT: GingerRobot beat me Regards, zEeLi
  3. Sell licenses not software. Very few of registered/legal companies actually has guts to use pirated software as it is highly illegal(or so it is here in Finland). Regards, zEeLi
×
×
  • 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.