What are the methods to submit form in PHP?

What are the methods to submit form in PHP?

GET” and “POST” methods which are used to submit form in PHP. POST is more secure than GET.