Jump to content

PHP, tell if a site is on Dmoz


Ninjakreborn

Recommended Posts

If you want to check manually, just use the following:

 

http://search.dmoz.org/cgi-bin/search?search=domain.com

 

Of course, substitute domain.com for whatever domain you want to check. For example:

 

http://search.dmoz.org/cgi-bin/search?search=phpfreaks.com

 

 

Are you after a PHP script that will do the above dynamically and return a value?

 

You could take the above link and create a PHP script that will return a value based on whether a value was returned or not.  Give a bit more info on what you're trying to do exactly so we can post better ideas/code. Thanks!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.