Skip to content

PHP get JSON Web Token with Guzzle

I use Laravel 5.3 with GuzzleHttp 7 and want to make an API-Call to another Server in order to authorize and get a JSON Web Token in return. The curl command runs perfectly fine and returns a JSON Web Token with status code 200: In PHP: Answer I have made small changes to your code to make it more better,

PHP storing array in database

Soo i have saved a array inn my database using var_export($myarray, true); But when im trying to get the array from the database later i cant figure out how to do it. here is what ive tried now $henl =…

HTML form rendering with weird hidden input fields

I have a new ecommerce site, which uses lead forms to collect customer info. On our live production site, there are hidden input fields with encrypted looking name and value attributes. Here is an example: These fields are not present in the template code, so I don’t know why or how they are getting add…