How to upload an image on CodeIgniter and display it on another page
问题 i am still learning the codeigniter framework and just completed the news application tutorial, which lets you create a news item with a title and some text for the story. how can i get the user to be able to upload an image with the news item, and display each image when viewing the corresponding news item. ps. sorry if i made any mistakes, this is my first question create.php <h2>Create a news item</h2> <?php echo validation_errors(); ?> <?php echo form_open('news/create') ?> <?php echo