| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Freetag is a simple tagging library for PHP/MySQL applications.
Then load the library like this:
require_once('freetag/freetag.class.php');
$freetag_options = array (
'db_user' => null,
'db_pass' => null,
'db_host' => null,
'db_name' => null,
'table_prefix' => null
);
$freetag = new freetag($freetag_options);
| Back | FazBrowse Home | New Git URL |