Type expected error Programming Software Development by vs.vaidyanathan …System.out.println("Guzzler Creeated!"); } public void guzzle() { System.out.println("Guzzling...."); } } public…("Guzzler mileage : "+g.odometer); g.guzzle(); if(g instanceof Car) { System.out.println(&… Re: Type expected error Programming Software Development by stephen84s …); System.out.println("Guzzler mileage : "+g.odometer); g.guzzle(); if(g instanceof Car) { System.out.println("Guzzler is… Re: How to make REST API in Codeigniter? Programming Web Development by cereal … a client to query remote services? Have you considered Guzzle? * https://github.com/guzzle/guzzle * http://docs.guzzlephp.org/en/latest/index.html… integrate it into CI3 by using composer: composer require guzzlehttp/guzzle:~6.0 And modifying the `composer_autoload` variable in `application/config… Re: Php Soap Client Programming Web Development by cereal … XML request generated by SoapUI. Here's an example with [**Guzzle**,](http://docs.guzzlephp.org/en/latest/) a curl client: <…) error_log(curl_error($curl)); else print $xml; curl_close($curl); I prefer Guzzle because can use fsockopen, if curl is not available, and… Re: How do I pass a curl command with multiple strings in either PHP or jquery Community Center by cereal ….net/manual/en/book.curl.php Also you could use Guzzle: http://docs.guzzlephp.org/en/latest/ An example with… Guzzle: <?php require_once dirname(__DIR__) . '/vendor/autoload.php'; use GuzzleHttp\… Re: 2008 US Presidential Poll Community Center Geeks' Lounge by sneekula … freedom to work or not to work, the freedom to guzzle gas and polute the air, all is included in the… Re: 2008 US Presidential Poll Community Center Geeks' Lounge by Ancient Dragon … freedom to work or not to work, the freedom to guzzle gas and polute the air, all is included in the… Re: Was anyone affected by the UK earthquake? Community Center Geeks' Lounge by Ancient Dragon … has them often). Cars -- yes they're bigger and they guzzle a lot more petro too meals -- they are probably bigger… Re: 2008 US Presidential Poll Part 2 Community Center Geeks' Lounge by sneekula … freedom to work or not to work, the freedom to guzzle gas and polute the air, all is included in the… Re: php redirect and callbacks Programming Web Development by cereal …. Besides, if you feel unconfortable with curl, you can use **guzzle**, which is an easy PHP HTTP client: * http://docs.guzzlephp… Re: Validating and submitting form field php Programming Web Development by cereal … documentation and got confused with the syntax used in the [Guzzle client...](http://docs.guzzlephp.org/en/latest/quickstart.html#sending… Re: What are the steps to integrate a PayPal IPN system in my website Programming Web Development by cereal …/products/instant-payment-notification/ By the way, I prefer using Guzzle instead of cURL, if you want to consider it here… Re: Submit 2 forms with single submit button Programming Web Development by cereal ….net/wimg/the-promise-of-asynchronous-php * https://github.com/guzzle/promises Can you explain why you want to keep them… Re: Rediret back the user where he came from after login Programming Web Development by beniwalsanjeev … you. i recently came to know the coding is in guzzle 6.3 i tried return redirect back() but it redirects… Re: Rediret back the user where he came from after login Programming Web Development by beniwalsanjeev php laravel guzzle 6.3 this is the framework i think and thank you for your time. please let me know if you can help with this information Re: Rediret back the user where he came from after login Programming Web Development by Dani Unfortunately I don't personally know laravel but I've added the tags laravel and guzzle to this topic to give it some attention from people who are more familiar. That being said, if you shoot over the code for the login form, I could take a look at it. Knowing that this is based on laravel does help. Re: Type expected error Programming Software Development by NormR1 When you get errors, please copy and paste the full text of the error message here. Don't edit the error messages.