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.
PHP で localStorage データを $var として取得し、それを使用して PHP で処理を行う必要があるため、PHP での localStorage の使用について検索しました。これは可能ですか?
localStorageクライアント側に保持されるものです。サーバー側に送信されるデータはありません。
localStorage
JavaScript でのみデータを取得でき、Ajax でサーバー側に送信できます。