Ben bir web uygulaması tasarlama. Bu uygulama, bir kullanıcı numarası vardır.
Tüm kullanıcılar arama formunu görmek ve kullanabilirsiniz - ancak sadece o oturum kim düzgün form gönderebilirsiniz.
So when the form is submitted - BEFORE redirecting to the results page and showing the results, a jquery ajax function fires, checks if the user is logged in and if the user is logged in does a
window.location.replace('searchresults.php')
to the search results page.
Nasıl (form giriş alanlardan) doğru POST veri yönlendirme dahil emin olabilirim?