ParseRSS is a PHP5 Class that will allow you to parse every kind of RSS Feed and get a very nice ordered array!.If you want to see an example, please see the screenshots The XML fields that this item parses are: title link description copyright managingEditor webMaster pubDate lastBuildDate category generator docs ttl skipHours skipDays image -> title -> description -> link -> author -...
If you are looking for free alternative to Google Translate API and you don’t want to pay for translations this PHP class will solve your translation problems and needs. Supported Languages Auto Language Detection (auto) English (en) Turkish (tr) Arabic (ar) Bulgarian (bg) Catalan (ca) Albanian (sq) Croatian (hr) Czech (cs) German (de) Greek (el) Danish (da) Polish (pl) Dutch (nl) Estonian (et) Filipino (tl) Italian (it) Finnish (fi) French...
AdvPlugin is a complete Plugin System in a PHP5 Class Way with you can easy: Set a plugin dir. With this, in each load or any function you don’t need to type again the dir! Activate/deactivate plugins Load activated (or not) plugins Get plugins information, like author, name, description, version…. Easy to develop the plugins. The only thing that requires this system is a little commented header with the plugin information Get activated plugi...
MyJSON is a PHP5 Class, with it, you are now able to: Create JSON string from a MySQL Query Insert JSON content into a MySQL Table Create/Insert will work as export! So you is a new experience on backups: with JSON ! The JSON created can be indented or not, you choose Easy to get class-failure errors Examples of both functions are included Examples Creating JSON from MySQL query:echo $json->SQLtoJSON("SELECT * FROM your_table"); Creat...
With this PHP5 Class you are now able to: Create an XML file from MySQL Query Insert all XML Content into a MySQL table Create/Insert work as Export/Import! So you have php-friendly way to backup data of a table Create sitemap from a full MySQL table or just a query Easy way to get class-failure errors Easy way to display generated xml (with or without header) and save the data into .xml file Full examples included Examples Creating XML from...
This item is a PHP RegEx builder, with what you can do is to build Regular Expressions in an entendible-php syntax. You can: Build Regular Expressions with an easy PHP -Syntax Validate strings with the RegEx built Build RegEx’s and get them Apply preg_match to a RegEx Replace string with the RegEx built All that in a php syntax. No more broken heads trying to make basic or complex RegEx!Examples:$instance->$string = 'Need to change th...
This is a PHP5 Class-Helper that will allow you to make MySQL actions more easy, without too much lines. You will use like only 70% of classic code, and the syntax is more easy. Here you can see some examples: $mysql = new EazSQL('host', 'username', 'password', 'database'); // VS Old (classic) method: $mysql = mysql_connect('host', 'username', 'password') or die ('Mysql error, connection'); mysql_select_db('datababse', $mysql) or die ('Mysql...
AutoShrink is a special PHP Class that enables you to automatically shrink multiple links in a text with a specific url shrinking website. AutoShrink contains so far 15 different websites to shrink with. AutoShrink also lets you to add new websites to the script easy as possible!. Online documentation: http://orikaufman.byethost18.com/as Features: Adfly (http://adf.ly ) Bitly (http://bitly.com ) Googl (http://goo.gl ) Isgd (http:...
EasyValidation is a special PHP class to validate data, It helps you validate forms, variables, and almost every data in seconds. It uses two types of validation, The regex validations and, The PHP Validations (PHP Scripts that validates the data). EasyValidation is easy to use & simple to modify. The thing so special about EasyValidation is that you can add your own validations in second, Whether it’s a regex validation or a PHP ...
CSS and Javascript minifier is an easy to use PHP script that will combine multiple files together and compress the contents of these files. Combining multiple files together saves on HTTP requests and will therefore speed up your page loading times. Compressing the CSS and JS files will reduce the size of the files and will also speed up your page loading time. Speeding up your page loading times will make for a better experience for...