Ben içerik alma ile sorun var. Ben kullanarak bu yapamam ben sonrası değişkenlerin isimlerini bilmiyorum
$variable = $_POST['name'];
because I don't know the "name". I want to catch all of the variables sent by POST method.
How can I get keys of the $_POST[]
array and the corresponding values?