Jump to content

solematejass

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

solematejass's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi all i am new to this stuff, got one query if possible please explain. mysql_connect("localhost","mysql_username","mysql_password"); mysql_select_db("testdb"); $result = mysql_query("SELECT id, name FROM users"); while ($row = mysql_fetch_array($result, MYSQL_NUM)) { echo $row['id'],$row[1]; } mysql_free_result($result);
×
×
  • 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.