Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
何らかの理由で、mysqli$query -> fetch();は空白を返します。これは、mysqlテーブルのlongtextである列ですか?
$query -> fetch();
何か案は?列をに設定しましたtext。正常に機能します。WAMPサーバーでも問題なく動作しますが、本番サーバーに配置すると、空白が返されます。どちらのシステムもphp5.3.5を実行しています
text
とを使ってみました$mysqli->query()か$result->fetch_object()?
$mysqli->query()
$result->fetch_object()
同じ問題?