PHP Classes
elePHPant
Icontem

PHP URLs From Database: Find MySQL database table records to extract URLs

Recommend this page to a friend!
  Info   View files Example   View files View files (5)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2017-11-11 (1 month ago) RSS 2.0 feedNot yet rated by the usersTotal: Not yet counted Not yet ranked
Version License PHP version Categories
php-urlsfromdb 1.0The PHP License5PHP 5, Databases, Searching
Description Author

This package can find MySQL database table records to extract URLs.

It can retrieve the tables of a MySQL database and extract the fields of type text.

The class can find the table records for text fields that may have URLs in them.

  Performance   Level  
Name: zinsou A.A.E.Moïse <contact>
Classes: 26 packages by
Country: Benin Benin
Innovation award
Innovation award
Nominee: 7x

Winner: 1x

Details
This package is a manner to answer a request posted in the PHPCLASSES SPECIALISTS FORUM.
The purpose was: " how to extract all urls from a database and then check for brokens and 
not brokens" .
This package not only retrieve urls from a given mysql database but also from all databases 
on this server if asked. The package go trought all chosen databases or all databases on server
and for each found table retrieve all urls found in the columns with datatype==string ...
Then user can with another method check for brokens... 

The package use the old mysql api but assure the ascending compatibility with all versions of PHP with
the innovative package of Dave Smith mysql to mysqli so for thoses who will get the ugly warning about 
deprecated functions don't worry and just turn off error reporting or disable your old mysql extension 
in the PHP.ini...

The package is well commented and the functions names talk themselves for more information please
look in the example file or feel free to ask your questions or report issues in the forum or contact
me personally at leizmo@gmail.com...
ps:
be sure to complete the list of protected database in the class source.
private $protectedDatabases=array('information_schema','innodb_index_stats','performance_schema','mysql');
  Files folder image Files  
File Role Description
Plain text file mysql2i.class.php Class mysql to mysqli class source
Accessible without login Plain text file mysql2i.func.php Aux. mysql to mysqli api
Accessible without login Plain text file readme.txt Doc. readme
Accessible without login Plain text file testUrlsFT.php Example example script
Plain text file Urls_From_tables.class.php Class class source

 Version Control Unique User Downloads  
 0%
Total:0
This week:0