Jump to content

panyero2003

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

panyero2003's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I am new in OOP. I want to display data like names from database using OOP.
  2. Anyone of you know how to display data from MySQL using class? Thanks, Ruel
  3. Try this one.. $query2 = "SELECT * FROM topics WHERE timestamp='$timestamp'"; $result1 = mysql_query($query2, $conn); while($row=mysql_fetch_array($result1)) { echo "$row[topicid]"; }
×
×
  • 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.