HTML フォームのinputボタンを押せないようにする 2010年06月11日 過去Blog disabled="disabled" を追加する。 [php]<input type="submit" name="button" id="button" value="申請内容の確認画面へ" disabled="disabled"/>[/php] 上記のように書くこ… この記事の続きを読む
Drupal6でクリーンURL 2011年04月25日 過去Blog .htaccessに以下を記述してルートに設置 # Various rewrite rules. <IfModule mod_rewrite.c> RewriteEngine on # Modify the RewriteBase if you are using Drupal in a subdirectory and # the rewrite rules are n… この記事の続きを読む
phpでランダムなパスワードを生成 2010年01月29日 過去Blog 使用例 //パスワード生成クラス読み込み require_once 'My/Password.php'; //デフォルトは8桁のパスワードが生成されます $password = My_Password::getPassword(); var_dump($password); //『32桁、小文字英字のみ』のパスワード生成 $password = My_Password::getPassword(32, 'small'); var_dump($password); … この記事の続きを読む
html、CSS テキストの自動折り返しを禁止する 2010年04月16日 過去Blog <strong>white-space</strong> normal 標準 (初期値) nowrap 自動的な折り返しを禁止する prozac and alcohol… この記事の続きを読む
この投稿へのコメント
コメントはまだありません。