Welcome Guest, Not a member yet? Register   Sign In
How to remove extrar lines on inset.
#1

[eluser]debow[/eluser]
I'm not sure if this is more a mqsql issue or not but thought I'd post here since I'm using ci as my framework.

I'm having issues with my display which I believe is an issue with my insert.

After I insert data from a form and I view the table in phpmyadmin I also see the extra lines.

EX: (row on the table)
data data data data

data data data data

Then in my display view which displays everything on that table I also see
EX: (how its displayed in the view)
data data data data

data data data data

But if I go into phpmyadmin edit the row manually remove the empty line I then get this on my display.
EX:
data data data data
data data data data

The above is how I want it. No extra line since that's how it was entered. My form data is being posted from the controller to model as an array. I'm not sure if the issue is the data from the form or how its inserted or what.

Any help is appreciated.

Thanks
#2

[eluser]debow[/eluser]
Looks like I wasn't the only one with the issue. Found this thread and it resolved my issue.


http://ellislab.com/forums/viewthread/180078/




Theme © iAndrew 2016 - Forum software by © MyBB