To output each row, this works:

print("$row[0] - $row[1] - $row[2]<br>");

But using the table's field names, I don't see anything:

  $ID=$row["ID"];
  $test1=$row["test1"];
  $test2=$row["test2"];
  print ("$ID - $test1 - $test2<br>");

I'm used to using Cold Fusion and want to learn PHP.  Any help would be
appreciated.  Thanks.
Pete



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to