PHP から MySQL に接続する方法

clock August 30, 2008 11:32 by author
下記が PHP から MySQL に接続する例です。 ヘテムルでは、PHP4 と PHP5 でご利用いただけます。 [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


[PHP] ~ メール送信Formを作る

clock August 22, 2008 01:15 by author
[PHP] ~ メール送信Formを作る [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


【MySQL】N分前のデータを取り出す

clock November 6, 2007 00:14 by author
基本的なことなのに、いつも忘れすぎ。 SELECT * FROM table WHERE tstamp > DATE_SUB(NOW(), INTERVAL 10 MINUTE); MINUTEの代わりに [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


[Tips] Zend Framework - ControllerのPlugin メモ

clock November 1, 2007 19:43 by author
Zend FrameworkのControllerにPluginとして色々な処理を組み込めます。 PluginはDispatcherの色々なアクションにロジックを追加できます。 routeStartup() は、Zend_Controller_Front が ルータ をコールしてルートに対するリクエストの評価を始める前にコールされます。 routeShutdown() は、 ルータ がリクエストのルーティングを終了した後にコールされます。 dispatchLoopStartup() は、Zend_Controller_Front がディスパッチループに入る前にコ... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


[Tips] MySQLにおける、utf8_general_ci と utf8_unicode_ci の違いとは何か。

clock November 1, 2007 18:17 by author
MySQLの照合順序における、utf8_general_ci と utf8_unicode_ci の違いとは何か。よくわからなかったのでマニュアルを紐解くと、MySQL AB :: MySQL 5.1 リファレンスマニュアル :: 9.10.1 Unicode キャラクタセットにて、こう書かれています。 [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Search

Calendar

<<  October 2008  >>
SuMoTuWeThFrSa
2829301234
567891011
12131415161718
19202122232425
2627282930311
2345678

Archive

Tags

Categories


Blogroll

    Disclaimer

    The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

    © Copyright 2008

    Sign in