2003-08-26から1日間の記事一覧

そして、

本当にXMLがキライになりそうな案件の足音が...

PHPでパスワードを「*」表記にしたいとき。

$PasswdConfirm = ereg_replace(".", "*", $PasswdConfirm);

URLメモ(PHP、文字列置換)

http://chaichan.hp.infoseek.co.jp/qa0500/qa707.htm http://japanesepatch.virtualave.net/zatubun/php.htm

URLメモ(PHP、strlen()、mb_strlen()、文字列の長さを得る)

http://search.net-newbie.com/php/function.strlen.html http://search.net-newbie.com/php/function.mb-strlen.html

URLメモ(PHP、メールアドレスチェック用正規表現)

http://itbtech.itboost.co.jp/php/php_06.php

URLメモ(PHP、型変換)

http://search.net-newbie.com/php/language.types.type-juggling.html

URLメモ(PHP、empty()、フォームの項目が空かどうか?)

http://search.net-newbie.com/php/function.empty.html http://php.benscom.com/manual/ja/migration4.empty.php

URLメモ(PHP、文字列の比較)

http://www.nishimoto-site.net/archiver/ML/php-ML/200205/msg00170.html http://search.net-newbie.com/php/function.strcmp.html

URLメモ(CGIとかPHPとかmod_perlとか)。

動的ページ生成の評価