⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Cannot submit URL's



jleitao

jleitao
  • profile picture
  • Member

Posted 23 November 2016 - 15:45 PM

Hi, I cannot submit URL's successfully. When I enter this sample text on a text box...

http://aaa.com/bbb/ccc?field1=value1&field2=value2&field3={0}&field4={1}

...what goes to the database is this:

http://aaa.com/bbb/ccc?field1=value1&field2=value2&field3;={0}&field4;={1}

If you notice, field1 and field2 are ok. But field3 and field4 have an additional ";" before the "=".

 

“text” is a VARCHAR(500)

 

Could anyone help please?

 

Thank you!