Gossamer Forum
Home : Products : DBMan : Customization :

The sign +

Quote Reply
The sign +
when i enter the sign '+' in a text with the db through the add form, it apeears all right but when i want to modify this record through the modify form, the sign '+' has disappeared from my text field. do you know why ?

this problem seems the same with 'links2'
Quote Reply
Re: [jigme] The sign + In reply to
ok then i will reply to myself Crazy it it can help anybody Wink

go to : db.cgi

then : sub parse_form

and delete the line :

$name=~tr/+//;



then the sign '+' appears again in my records.



i wish that s it, i don t know anything about perl
Quote Reply
Re: [jigme] The sign + In reply to
Did you spot this link posted a couple of posts down? (The post was in regards to HTML in a form but LoisC referenced the link to an old post and I believe it is exactly what you are looking for)

See if it helps you any...

http://www.gossamer-threads.com/...orum.cgi?post=188710