tags:

views:

42

answers:

2

Hi there. I need to get one page (can be cURL, or filegetcontent), get some info from it, then submit form on same page. I don't want to reload page, becouse some things will change. How to do it? Thanks

+1  A: 

You need a tool like Mechanize but it's not available for php. There's a discussion of alternatives on stackoverflow.

Evgeny Shadchnev
Looks harder than i thought, but maybe some of those scripts will help me. Thanks
Misiur
A: 

Snoopy has some really usefull page grabbing & form submitting functions that could be usefull for this.

julesj