Hi Guys,
I’m new to the forums and I was wondering if I could get some help with a project I’m working on.
What I am doing to POSTing data to a server using CURL. However, the server “serves” up pages dynamically and periodically changes values of hidden input elements. For the POST request to work, theses values have to be POSTed correctly.
Therefore, I need away to extract the values of the hidden elements in order to successfully POST my data.
I can fetch the contents of the page containing the form easily. The hidden fields take the form
In other words, I need away of answering the question. What is the value of __first?
Cheers