Welcome Guest, Not a member yet? Register   Sign In
Viewing Data from a MultiDimensional Array
#4

(09-22-2016, 04:23 PM)greg_c Wrote:
(09-22-2016, 06:23 AM)PaulD Wrote: You are missing a semi-colon on the $data['phone'] line.

$data['phone'] = array (  

Would that give you an error message?

he's talking about this line...

$data['phone'] = $this->Specs_model->read()

is missing a semicolon at the end and should be like this...

$data['phone'] = $this->Specs_model->read();
Reply


Messages In This Thread
RE: Viewing Data from a MultiDimensional Array - by whomikey - 09-22-2016, 04:47 PM



Theme © iAndrew 2016 - Forum software by © MyBB