-5

I'm total beginner in php and i need to find up how to scrape some metadata automatically.

I've found a solution, but i dont know how to use it in php.

POST /?id={object-instance-id or object-url}&scrape=true

Could someone post a php script how it can looks like ?

Thanks a lot.

1 Answers1

1

Simply Hit curl with POST method. Read more about curl. Please check curl is enable or not curl check before use.

Von
  • 185
  • 2
  • 14
  • 2
    While these links may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. – Jay Blanchard Jul 11 '17 at 14:50