Advertising sustains the DA. Ads are hidden for members. Join today

FAQs

These pages are frequently asked questions that I have thought might help you determine just what this module does, how to use it, what makes it unique, etc.

Every time i try to use this API, it always comes back with NULL responses when I try to scrape a website. Why does it do that?

The most common error is forgetting to disable the check_plain() checks by specifying FALSE as the last argument of the function call:

What are the Advantages of using the Parsing API

The parsing API functions make it stupidly easy to do complex parsing tasks that are normally a pain to code with PHP. Drupal doesnt even

What are the limitations of the Parsing API?

I cant think of any limitations at all. If it's text/html/whatever, it can be parsed. If anyone has some thoughts on limitations, feel

What is the difference between the Drupal 6 and Drupal 5 Versions of the Parsing API?

Absolutely nothing. The only difference is the .info file. Actually, there is 1 other difference. At the top of the D6 version there is a

Guide maintainers

crystaldawn's picture