Welcome Guest, Not a member yet? Register   Sign In
Selected Option from a drop down list passed to controller with post
#2

[eluser]boltsabre[/eluser]
PHP will only pass the value of an input (mapped to the inputs name) via the $_POST variable.

If you need the id, the class, the text of a select option, the value of an attribute (ie, width or height), etc, you'll need to pass it via AJAX.


Messages In This Thread
Selected Option from a drop down list passed to controller with post - by El Forum - 11-07-2012, 03:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB