2

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

Misiur
  • 5,019
  • 8
  • 38
  • 54

2 Answers2

1

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

Community
  • 1
  • 1
Evgeny Shadchnev
  • 7,320
  • 4
  • 27
  • 30
0

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

julesj
  • 754
  • 4
  • 10