Message: Undefined variable: ○○

エラーメッセージ

 状態:  閲覧数:4,174  投稿日:2012-07-12  更新日:  
Message: Undefined variable: ○○

Filename: △△.php

Line Number: □□


◆想定原因1
・定義していない変数○○を、いきなり利用したことによる警告

◆対策1
・変数は定義してから利用
$output='';



Strict Standards: DateTime::__construct() [function.DateTime---construct]: It is

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 23 Out of resources when opening file '/tmp/#sql_2dd6_0.MYI' (Errcode: 24)'

コメント投稿(ログインが必要)