logo
Search:

Login:


Forgot Details? Sign-up

forum >> Programming questions >> PHP / MySQL

Multiple forms on one page...

Posted Sep 17 2012 at 2:15 PM by
Jonathan Pohlner (turtlewolf)
Hey Coach,
I thought I was almost through with a new proof of concept... I've been using the CodeIgniter framework and I'm not sure if that may be a part of the problem. When I use echo form_open('site/create_property', $hidden); I couldn't use a variable for the first parameter, apparently for security reasons, so I went back to regular PHP for the form open tag.
AuthorMessage
Jonathan Pohlner
Posted: Sep 17 2012 kl. 4:46 PM

so I changed the method from "post" to get on a hunch, but now all the extra junk is making my action not receive the trimmed variables, I think. at least it's all showing up in the URL, but no longer assigning the contractor like it was before I changed it.
Jonathan Pohlner
Posted: Sep 17 2012 kl. 5:08 PM

finally a break threw... this little snippet allows me to get the information I\'ve been needing into my post!