ericfavoni

Results 3 issues of ericfavoni

I Put cache class into foreach loops but cache class only add/set one data into cache file. code: foreach($_POST['audio'] as $audio){ SQL::put("INSERT INTO " . NEWS_FILES . " (news_id, url,...

I check for send form with jquery ajax `$.post` method. but csrf not work for me and show always `invalid CSRF token`. JS: ``` jQuery(document).ready(function($) { $('#myform').validate({ rules: { name:...

I work in arabic project and need to slugify input url But your plugin not support Unicode Utf-8 characters Like This : ![slug](https://cloud.githubusercontent.com/assets/8687080/5235536/5e55010e-77fd-11e4-8d0b-6d4ea2975359.png) how do fix this?