We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
現状 ・ボタンを押すと登録はされる ・HTML,PHPで通信結果を表示させている ・再読み込みしないと最新のカウントされた数が表示されない
どうやったらリアルタイムにカウント数を表示させる事ができるか?
The text was updated successfully, but these errors were encountered:
(仮説&実行済み)good_ajax.phpでデータ取得→取得した値を変数に代入→var_dumpで出力→ボタンを押すと同時に配列でカウント数が表示される。
・HTMLで出力すればよいのでは?
Sorry, something went wrong.
HTMLで、goodボタンに、good_ajaxファイルで取得したデータを取り出せば非同期で表示されると思ったが、ボタン自体が表示されなくなったので元に戻す
foreachでエラーになったので型確認。 gettype($goodCount); 結果: array エラー原因は、初期化していなかったから?
$goodCountをTOPページで読み込み、foreachした所エラーになった。 NULLになっていたため。
No branches or pull requests
現状
・ボタンを押すと登録はされる
・HTML,PHPで通信結果を表示させている
・再読み込みしないと最新のカウントされた数が表示されない
どうやったらリアルタイムにカウント数を表示させる事ができるか?
The text was updated successfully, but these errors were encountered: