Sobri Che Puteh

Results 7 issues of Sobri Che Puteh

As title, will it be?

``` ``` How can i validate a form input with same name?

enhancement

``` $stack = HandlerStack::create(); $middleware = new Oauth1( array( 'consumer_key' => $user_info['consumer_key'], 'consumer_secret' => $user_info['consumer_secret'], 'signature_method' => Oauth1::SIGNATURE_METHOD_HMAC, 'token' => '', 'token_secret' => '' ) ); $stack->push( $middleware ); $client...

Hi thank for the extension I have slight problem. The extension is working after i installed it, but it completely not working when i boot my machine.. I need to...

Hi.. As title, the link to the tutorial page is down [sonictk.github.io/asm_tutorial/](https://sonictk.github.io/asm_tutorial/)

Is there a way to close the file that zippy had open? ``` $zippy = Zippy::load(); #Open the archive $archive = $zippy->open( $destination_file ); #List the file $lists = array();...

bug