[eluser]jshultz[/eluser]
I'm still receiving this though:
Severity: Notice
Message: Undefined index: id
Filename: models/gallery_model.php
Line Number: 48
i've checked my sql query and it should work. when i run the query manually i get the expected result.
This line should run the function: $bus_id = $this->get_bus_id();
and this line should take the value and store it in the array: 'busid'=> $bus_id['id'],
I've tried it without ['id'] and i got the same results.