Welcome Guest, Not a member yet? Register   Sign In
Problem with some POST data
#6

[eluser]CroNiX[/eluser]
It doesn't work because of all of your single quotes within single quotes, like I pointed out earlier.
You are also using form_open() improperly. It automatically inserts the base url, so you probably have that showing up twice. You just tell it the segments.
Code:
form_open('users/mod_pers_data_act');

Although, that won't help where you are (again) improperly using single quotes, such as your submit input.


Messages In This Thread
Problem with some POST data - by El Forum - 07-11-2012, 02:47 PM
Problem with some POST data - by El Forum - 07-11-2012, 02:57 PM
Problem with some POST data - by El Forum - 07-11-2012, 02:58 PM
Problem with some POST data - by El Forum - 07-11-2012, 03:00 PM
Problem with some POST data - by El Forum - 07-11-2012, 03:20 PM
Problem with some POST data - by El Forum - 07-11-2012, 03:29 PM
Problem with some POST data - by El Forum - 07-11-2012, 04:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB