Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8613477
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T04:53:09+00:00 2026-06-12T04:53:09+00:00

I use one view for adding/editing DB data: <input name=blah id=blah value=<? set_selected(‘blah’)?> />

  • 0

I use one view for adding/editing DB data:

<input name="blah" id="blah" value="<? set_selected('blah')?> />

In my controller for edit I do this:

$_POST['blah'] = 'DB value';
$this->load->view('...');

But the input field is blank. I want the inputs to be prepopulated for my edit case.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T04:53:11+00:00Added an answer on June 12, 2026 at 4:53 am

    CI Views can take a data array as the second parameter as others have mentioned.

    http://codeigniter.com/user_guide/general/views.html

    I don’t like the idea of setting the $_POST array and then passing that as your data array. $_POST should just be used for values passed from the UI form. Since you would have to manually set your $_POST array anyways, you might as well use a separate array object. I would create an array with all your set values. i.e. array(‘blah’ => $dbvalue); and pass that instead of a pre-populated $_POST array.

    Secondly, your example code uses ‘set_selected()’. The function is ‘set_select()’ and is meant for a option tag. So there are two issues with that line of code. It needs to either be

     <input .... value="set_value('blah')" />
    

    or

     <option ....value="v1" "set_select('blah', 'v1')">
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a performance hit if you use one data type for your primary
I would like to use the same view for editing a blog post and
I have a controller and a view (no ActiveRecord for this one). The controller
If I only ever use one Statement at a time would it be worthwhile
I want to use one program as a shared library for an other program.
The use case is that I use one development machine for different source trees.
I need to use one of the resourceful controllers plugins - resources_controller/ resource_controller/make_resourceful as
Is there a way I can use one category to stylize all of my
is it reasonable that we use one websocket port for multi kind of requests
I found that most tutorials use one big router. For example: https://github.com/thomasdavis/backboneboilerplate/blob/gh-pages/js/router.js Wouldn't it

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.