2011-12-22から1日間の記事一覧

タグを取り除く

PHP

<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>タグを取り除きたい</title> </head> <body> <form method="post" action=""> <p>strip_tags()関数でタグを除去…</p></form></body></html>

安全にブラウザで値を表示する

PHP

<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>エスケープしてブラウザに表示する</title> </head> <body> 'PHP'逆引きレシピ</u>"; echo '<p>…</p>

データベースからセレクトメニューを生成する

PHP

<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>データベースからセレクトメニューを生成したい</title> </head> <body> <form method="post" action=""> </form></body></html>

配列からラジオボタンを生成する

PHP

<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>配列からからラジオボタンを生成したい</title> </head> <body> <form method="post" action=""> </form></body></html>

データベースに登録すみかどうかチェックする

PHP

<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>データベースに登録済みかどうかチェックしたい</title> </head> <body> </body></html>