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.
ユーザーがログアウトする前に、Joomlaの各ページでユーザーが費やした時間を保存するのに役立つ人はいますか?
また、Joomlaにログインした後にユーザーが送信したフォームをどのように保存しますか?
新しいページでは、$time1 = time() を計算します。新しいページに移動する前に、$time2 = time() を計算します。最初の時間を 2 番目の時間から引き、特定のページの秒数をデータベースに記録します。