Posts by Igor De Assis Pires • 17 points
3 posts
-
1
votes1
answer100
viewsQ: Fatal Error: Silex Application::share()
I am developing an API in Silex and while trying to test it on my server, I am encountering following error: Fatal error: Call to Undefined method Silex Application::share() in…
-
0
votes1
answer395
viewsQ: Save the information of a variable in Codeigniter to the database
I’m getting a lot of product information from the Cosmos API and storing it in variables, but how do I save the information from these variables in the database? VIEW $curl = curl_init($url);…
-
0
votes1
answer291
viewsQ: How to take only one element of an associative array
I’m pulling from the Cosmos API the data of a product, it returns me a json that I converted to a string array using $array = json_decode($data); When I execute var_dump($array) he returns it to me:…