Welcome Guest, Not a member yet? Register   Sign In
Update multiple rows in a table
#8

[eluser]Mellis[/eluser]
[quote author="eironotics" date="1219159962"]ok i get your point mellis.

one more thing how can i get the values of an <input> tag?
is it?

Code:
$this->input->type('name')

what if it is an array?

i know im stressing you too much..

thanks, anyway.[/quote]

I don't quite get what you are asking.
If you want to use $this->input->post('contact_name') just use it wherever you need it, or assign it to a variable. ($var = $this->input->post('name')Wink
if you explode your input: $contact_name = explode('_',$this->input->post('contact_name'));
you can use the result like this: $contact_name[1] //(or whatever part you might need)

btw you're not stressing me. You're only asking questions. If I have the time and a possible answer, I'm glad to try and help.


Messages In This Thread
Update multiple rows in a table - by El Forum - 08-19-2008, 01:41 AM
Update multiple rows in a table - by El Forum - 08-19-2008, 01:45 AM
Update multiple rows in a table - by El Forum - 08-19-2008, 01:56 AM
Update multiple rows in a table - by El Forum - 08-19-2008, 02:52 AM
Update multiple rows in a table - by El Forum - 08-19-2008, 03:21 AM
Update multiple rows in a table - by El Forum - 08-19-2008, 04:07 AM
Update multiple rows in a table - by El Forum - 08-19-2008, 04:32 AM
Update multiple rows in a table - by El Forum - 08-19-2008, 05:14 AM
Update multiple rows in a table - by El Forum - 08-19-2008, 07:31 AM
Update multiple rows in a table - by El Forum - 08-19-2008, 07:04 PM



Theme © iAndrew 2016 - Forum software by © MyBB