Hey, I was wondering if anyone can help me figure out how I can pass variables to this site: https://www.onapi.gob.do/servicios/signos.aspx I looked at the source and used the names which are within the form for each field, but that didn't help. Reason that I am looking to do this, is that I work for a company and we have to manually submit potential product names to this institution to see if they're available or not, and even then it's only about 1% that are and furthermore only about 1% of that 1% gets approved. So I am looking for a way to automate this process a little, but I can not figure out the name of the parameters that are passed in order to create a script that can automatically check to see if the names are at least available. I am trying to pass the parameters through a URL. ex: https://www.onapi.gob.do/servicios/signos.aspx?dropdown=Marca&radio=Texto&inputfield=brandname $5 to be paid via PayPal
<form name="aspnetForm" method="[B]post[/B]" Code (markup): As you can see, their form is using post, not get. So, you will need a php script to post the variables to the site.
Ok, So, what would be the parameters to be posted? The same long ones that appear in each name tag of the given field/radio/dropdown?