SELECT構文のWHERE句で、
変数を使用したいです。
以下のコードを書きましたがエラーでした。
教えていただけると幸いです。
よろしくお願い致します。
php
1date_default_timezone_set('UTC'); 2 3$today_utc = new DateTime('now'); 4$today_cus = $today_utc->setTimeZone(new DateTimeZone('America/Anchorage')); 5 6$sql = "SELECT * FROM table1 WHERE Date > $today_cus";
php
1Fatal error: Uncaught Error: Object of class DateTime could not be converted to string
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
退会済みユーザー
2021/10/14 04:40