How can I extract from a form url f.e: https://process.netpay-intl.com/member/remote_charge.asp which dones not shows any parameter in the url but when you submit the form, it shows you the parameters in the page?

Thanks in advance,
Daniel

Read the page data, format it, and get the data you need.

file_get_contents is a good place to start. Use fopen ect for older versions of php.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.