geri formuna yazılan veri geçmek nasıl

0 Cevap php

i'm doing a form submit. i've got these 2 files. 1) php html form 2) php file which receives post data from #1

the process will have to be like this: 1) user go to php html form, key in some data and click submit to post data. 2) the php file will receive the post data and process it. 3) after processing the data, i would need the php file to return the post data back to the php html form and populate the textbox.

ben bunu nasıl yapabilirim? i biz normalde PHP_SELF nakletmek ve aynı php html şeklinde bunu işleyebilirsiniz anlıyorum ama almak ve işlem sonrası veri için ayrı bir php dosyası kullanmak istiyorum.

0 Cevap