I have a form with a host link and the url that i can post to. The method works fine online, i want to use php to enter data automatically, how do i do so without curl
it would be passed like this (Username, Password, Example, Example2)
Example 2 is a string array of data with required parameter names
if there is nothing passed at all the error will state "Login Error"
if Example 2 is empty it will display "Root element is missing."