Quantcast
Channel: How to submit retrieve a form from URL and submit it using PHP? - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Shivendra Singh for How to submit retrieve a form from URL and...

Maybe the issue is you are sending post field value in an array instead of URL encoded, use http_build_query or json_encode and check.Check the below code.if(!empty($_POST)){ echo "<pre>";...

View Article



Answer by Syakur Rahman for How to submit retrieve a form from URL and submit...

PHP can't do anything to forms. In that case, you should get the html form (curl is an option. Then parse the form to get the forms method (get/post), it's action (url), and all input names.For that...

View Article

How to submit retrieve a form from URL and submit it using PHP?

I found a task to access my skills. The Task is to get a form from a given URL and fill the form. The form will have 3 input as Name, email, and a count and a square, combination of "x"& "". Fill...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images