JavaScript ile HTTP post isteği

0 Cevap php

Ben bir web uygulaması bina küçük sorunla karşılaştı ettik.

Benim düşünce basit: uygulama [web müzik çalar] yüklenince her zaman $_POST['itemId'] okur. O yoksa, oyuncu aksi takdirde itemid ile bir şarkı çalar, bir şarkıyı çalmaya başlar, ama idles değil.

Şimdi sorun burada geliyor:

when a song in a playlist is finished, I'd like to refresh the page and send incremented itemId via post request, so the server side will know which song I'm currently listening to. I've searched the internet for possible solutions how to refresh a page and send post data at the same time, but all I've found are Ajax tutorials.

Bir çalışma çözüm formu ben yeni bir şarkı yüklemek istiyorum her zaman gönderme olurdu, ama oldukça dağınık bir görünüyor, bu yüzden herkes daha önce yapmış olsaydı bilmek istiyorum.

0 Cevap