Try this.....

  $sql = "select bp_section_id,bp_section_name from bp_sections order by
  bp_section_name";
  $sql_result = mssql_query($sql);
  while ($row = mssql_fetch_array($sql_result)){
  $bp_section_id = $row["bp_section_id"];
  $bp_section_name = $row["bp_section_name"];
  $ln = "<tr><td><a 
href=\"bpsection.php?section=$bp_section_id\">$bp_section_name</a></td><td></td></tr>";
 

$new_data[] = $variable_or_array[element];
  };




-- 
PHP General 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