Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Problem with session
Post: Problem with session

Hello In my project I am saving CodeIgniter session data in a database. I am also using Ion Auth. I have a dynamic database connection, where I need to store the name of the client database in sess...
873 Views
0 Replies
02-13-2020, 05:46 AM
flownie
    Thread: Going Crazy with SimpleXML
Post: RE: Going Crazy with SimpleXML

Thanks for your answer. That almost did the job. I had to simplexml_load_string it again: $xml = simplexml_load_string($response->body); $xml = $xml[0]; $xml = simplexml_load_string($xml);
3,005 Views
2 Replies
07-15-2015, 10:06 AM
flownie
    Thread: Going Crazy with SimpleXML
Post: Going Crazy with SimpleXML

Hello I post data to a server which gives me back a xml response. I read this response and do a simplexml_load_string which gives me this: SimpleXMLElement Object (    [0] =>             ...
3,005 Views
2 Replies
07-15-2015, 08:43 AM
flownie
    Thread: Quotes in Query Builder - Codeigniter 3.0.0
Post: Quotes in Query Builder - Codeigniter 3.0.0

Hello I just updated a project to Codeigniter 3.0.0. It is an unusual project since the combination is PHP / MSSQL Database. There were some errors in Codeigniter 2.1.4 regarding the sqlsrv driver ...
2,194 Views
1 Replies
07-13-2015, 03:44 AM
flownie

Theme © iAndrew 2016 - Forum software by © MyBB