Skip to content
New issue

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

goodボタンのカウント数を非同期で表示させる #2

Open
sakuma-s opened this issue May 14, 2021 · 4 comments
Open

goodボタンのカウント数を非同期で表示させる #2

sakuma-s opened this issue May 14, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@sakuma-s
Copy link
Owner

sakuma-s commented May 14, 2021

現状
・ボタンを押すと登録はされる
・HTML,PHPで通信結果を表示させている
・再読み込みしないと最新のカウントされた数が表示されない

どうやったらリアルタイムにカウント数を表示させる事ができるか?

@sakuma-s sakuma-s added the enhancement New feature or request label May 14, 2021
@sakuma-s
Copy link
Owner Author

(仮説&実行済み)good_ajax.phpでデータ取得→取得した値を変数に代入→var_dumpで出力→ボタンを押すと同時に配列でカウント数が表示される。

・HTMLで出力すればよいのでは?

@sakuma-s
Copy link
Owner Author

HTMLで、goodボタンに、good_ajaxファイルで取得したデータを取り出せば非同期で表示されると思ったが、ボタン自体が表示されなくなったので元に戻す

@sakuma-s
Copy link
Owner Author

foreachでエラーになったので型確認。
gettype($goodCount);
結果: array
エラー原因は、初期化していなかったから?

@sakuma-s
Copy link
Owner Author

$goodCountをTOPページで読み込み、foreachした所エラーになった。
NULLになっていたため。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant