Jump to content

Posted field name has added backslash on it


Zinger

Recommended Posts

I'm posting from a form that has a <select> element in it.  For some odd reason, the name of the select is posted with an added backslash ("\").

 

For example:

 

<select name=field_id_lov_1"> will be posted as "field_id_lov_1\". 

 

At least this is what I'm seeing in the PHPEd debugger when I highlight the $_POST variable in my code.  Trying to access the field using $_POST['field_id_lov_1'] returns null.

 

Does anybody have any ideas?  There are other elements (none of them selects) defined on the form and their names all post properly.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.