Home
Forums
Members
Search
Help
New topics
Todays topics
Website
Welcome Guest, Not a member yet?
Register
Sign In
Login
Username:
Password:
Remember me
Lost Password?
CodeIgniter Forums
Archived Discussions
Archived Development & Programming
How would I put a session variable in to a form field value?
Share on Google
Share on Facebook
Share on Twitter
View a Printable Version
Subscribe to this thread
Add Poll to this thread
Send thread to a friend
Linear Mode
Threaded Mode
How would I put a session variable in to a form field value?
El Forum
Unregistered
#1
01-28-2012, 12:23 PM
[eluser]trinic[/eluser]
This doesn't work
Code:
value="<? php echo $this->session->userdata('user_first_name') ?>"
Also, before it's asked, yes it's a session variable. Would it be easier to pull it from the database?
El Forum
Unregistered
#2
01-28-2012, 04:15 PM
[eluser]helmy[/eluser]
Set the session variable to a variable in the controller and pass it to the view. Then try echoing it.
El Forum
Unregistered
#3
01-28-2012, 04:20 PM
[eluser]limit[/eluser]
You have a space in your php tag, is that a typo? Also you can use $this->output->enable_profiler(TRUE); in your controller to view session data. Make sure you initialize the session class $this->load->library('session');
--------------------
Private Messages
User Control Panel
Who's Online
Search
Forum Home
General
-- News & Discussion
-- Events
-- Lounge
-- Regional User Groups
Using CodeIgniter
-- Installation & Setup
-- Model-View-Controller
-- Libraries & Helpers
-- Best Practices
-- Choosing CodeIgniter
-- General Help
CodeIgniter 4
-- CodeIgniter 4 Roadmap
-- CodeIgniter 4 Development
-- CodeIgniter 4 Feature Requests
-- CodeIgniter 4 Support
-- CodeIgniter 4 Discussion
-- CodeIgniter 4 Addins
Development
-- CodeIgniter 3.x
-- CodeIgniter 2.x
-- Issues
-- NetBeans Plugin
External Resources
-- Spotlight
-- Learn More
-- Jobs
-- Addins
Archived Discussions
-- Archived Libraries & Helpers
-- Archived Development & Programming
Theme © iAndrew 2016 -
Forum software by © MyBB