Hi guys, Im trying to build a tool for my site that lets me gather information on prices from several other sites. The problem is they all use forms that run in a 3 step process before ending up on the price list, the forms use post method to pass the information around. I would like input on how do I go on solving this with php, populating the form in the 3 steps and making it automatic is my main problem, parsing the results I think I will be ok. Thanx in advance.
Use cURL to post the header information directly to the form's action file. Parse the information, get the form action and post the header information. Do this until you reach your destination page, then parse the results. Cheers, Louis
Thanx for the information on cURL Louis I'll dig into it today and if I get in trouble (wich I should since I am just beginning) I will get back to you. Any other pointers would be apreciated though for the clewless newbie around.
Read up on Regular Expressions (Regex for short), they will be invaluable for what you are trying to do If you have any problems feel free to PM me, i'll be around