"Example_Session")); $db = new DB_Example; // That's a DB_Sql subclass. $t = new Table; // For formatting results $t->heading = "on"; // We want table headings.. // ◆◇◆◇ 関数の定義 ◆◇◆◇ // Option を表示 function printOption($ovalue="", $olabel="") { printf(" \n"); } // Option List の表示 function printOptionList ($table="viewkeyword_j", $vfld="kwd", $lfld="", $order="", $wfld="", $wval="", $encode=true) { if ($lfld == "") { $lfld = $vfld; } if ($order == "") { $order = $vfld; } $sql = "select $vfld as value, $lfld as label from $table "; if ($wfld != "") { $sql .= "where $wfld ~* '^$wval' "; } $sql .= "order by $order"; @$result = pg_exec($sql); // selectを実行 if ($result == false) { printf("SQL:\"$sql\"の実行に失敗しました。"); exit; } $rows = pg_numrows($result); // 行数を取得 for ($rec = 0; $rec < $rows; $rec++) { if ($encode == true) { $ovalue = base64_encode(pg_result($result,$rec,0)); } else { $ovalue = pg_result($result,$rec,0); } $olabel = pg_result($result,$rec,1); printOption($ovalue, $olabel); } } // リンクの表示 function printLink($table="viewkeyword_j",$field="", $label="", $value="", $order="yomi") { global $PHP_SELF; if ($label == "") { exit; } if ($value == "") { $value = base64_encode($label); } print("$label\n"); } ?> 施設の検索
子どもと女性の医療・福祉相談窓口
WOM Produce

施設の検索

ようこそ! このサイトでは全国の子どもと女性の医療・福祉について相談できる施設を調べることができます。次の項目のうち少なくともどれか一つを選択または入力し、画面下側の《検索する》ボタンをクリックしてください。

分野  
施設種類  
都道府県 場所を特定しないときはリスト最上欄の「全ての都道府県」を選んでください
施設名(の一部)  
住所(の一部)  
対応言語  
コメント(の一部)  
リストの並び順  
結果表示件数  
[メニューに戻る]