Welcome Guest, Not a member yet? Register   Sign In
repopulate a form with data from table
#2

[eluser]fivefinger-bd[/eluser]
Instead of this
Code:
<input type="text" name="firstname" value="<?php $data['single_user']->user_firstname; ?> " />

Try this:
Code:
<input type="text" name="firstname" value="<?php $single_user->user_firstname; ?> " />


Messages In This Thread
repopulate a form with data from table - by El Forum - 05-22-2011, 04:58 AM
repopulate a form with data from table - by El Forum - 05-22-2011, 06:06 AM
repopulate a form with data from table - by El Forum - 05-22-2011, 06:19 AM
repopulate a form with data from table - by El Forum - 05-22-2011, 07:39 AM
repopulate a form with data from table - by El Forum - 05-22-2011, 09:16 AM
repopulate a form with data from table - by El Forum - 05-22-2011, 09:53 AM
repopulate a form with data from table - by El Forum - 05-22-2011, 10:28 AM
repopulate a form with data from table - by El Forum - 05-23-2011, 12:18 AM
repopulate a form with data from table - by El Forum - 05-23-2011, 01:45 AM
repopulate a form with data from table - by El Forum - 05-23-2011, 05:26 AM
repopulate a form with data from table - by El Forum - 05-23-2011, 05:37 AM
repopulate a form with data from table - by El Forum - 05-23-2011, 05:43 AM
repopulate a form with data from table - by El Forum - 05-23-2011, 05:47 AM
repopulate a form with data from table - by El Forum - 05-23-2011, 05:51 AM
repopulate a form with data from table - by El Forum - 05-24-2011, 12:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB