Welcome Guest, Not a member yet? Register   Sign In
Programming CMS for pic gallery
#5

[eluser]davy_yg[/eluser]

controllers/upload.php

Code:
class Upload extends CI_Controller {

function gallery_show()
{
  foreach($pictures as $pic)
  {
  $data['html'] .= '<img src="'uploads/.$pic['thumbname'].'">';
  }

$this->load->view('gallery');  
}

}

I point to the url to : http://localhost/CodeIgniter_214/index.p...llery_show

Parse error: syntax error, unexpected 'uploads' (T_STRING) in C:\xampp\htdocs\CodeIgniter_214\application\controllers\upload.php on line 44

line 44: $data['html'] .= '<img src="'uploads/.$pic['thumbname'].'">';

Why is it?

I store all the pictures that I uploaded to: CodeIgniter_214/uploads/


Messages In This Thread
Programming CMS for pic gallery - by El Forum - 08-05-2013, 07:19 AM
Programming CMS for pic gallery - by El Forum - 08-06-2013, 01:07 AM
Programming CMS for pic gallery - by El Forum - 08-06-2013, 01:43 AM
Programming CMS for pic gallery - by El Forum - 08-06-2013, 01:53 AM
Programming CMS for pic gallery - by El Forum - 08-13-2013, 03:21 AM
Programming CMS for pic gallery - by El Forum - 08-13-2013, 04:24 AM
Programming CMS for pic gallery - by El Forum - 08-13-2013, 09:31 PM
Programming CMS for pic gallery - by El Forum - 08-13-2013, 11:15 PM



Theme © iAndrew 2016 - Forum software by © MyBB