Download .zip |
Info | Example | View files (5) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2017-11-11 (1 month ago) | Not yet rated by the users | Total: Not yet counted | Not yet ranked |
Version | License | PHP version | Categories | |||
php-urlsfromdb 1.0 | The PHP License | 5 | PHP 5, Databases, Searching |
Description | Author | |
This package can find MySQL database table records to extract URLs. |
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 |
File | Role | Description |
---|---|---|
mysql2i.class.php | Class | mysql to mysqli class source |
mysql2i.func.php | Aux. | mysql to mysqli api |
readme.txt | Doc. | readme |
testUrlsFT.php | Example | example script |
Urls_From_tables.class.php | Class | class source |
Version Control | Unique User Downloads | |||||||
0% |
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.