Gizli bir php komut dosyası bir form gönderin

0 Cevap

I am working in a form, which is in a hidden script called by Ajax method.
In this php script, I want t submit the information using an URL,using this piece of code:

header("location: https://www.page.com/servlet/?encoding=UTF-8&oid=333&first_name=$first_name&last_name=$last_name");

Ama informaton teslim edilmez.

Herhangi bir fikir? Şimdiden teşekkürler.

0 Cevap