Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

Convert GET- and POST-strings for output in textfield?

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> General
View previous topic :: View next topic  
Author Message
Alphanimal
Smarty Rookie


Joined: 24 Apr 2004
Posts: 15

PostPosted: Mon Apr 26, 2004 4:21 pm    Post subject: Convert GET- and POST-strings for output in textfield? Reply with quote

Hi!
I have a string assigned directly from a form
like this:
Code:
$smarty->assign("email",$_POST['email']);

and i want to display this value in a textfield. done like this:
Code:
<input type="text" name="email" value="{$email}">

works so far, but if i enter (eg.) test"123 PHP converts it into test\"123 and the value of the field will be test\ because the string ends with ".
so i will have to remove \ and change " into &quot; or something.

so how do i have to format such strings, and is there a smarty function for it, so i can write value={$email|textfielvalue} or something

thanks!
Back to top
View user's profile Send private message MSN Messenger
Alphanimal
Smarty Rookie


Joined: 24 Apr 2004
Posts: 15

PostPosted: Mon Apr 26, 2004 4:35 pm    Post subject: Reply with quote

Hi again!
I now have found escape:"html" Smile
but this is not waht i was looking for.
escape doesn't remove those backslashes...
Back to top
View user's profile Send private message MSN Messenger
boots
Administrator


Joined: 16 Apr 2003
Posts: 5611
Location: Toronto, Canada

PostPosted: Tue Apr 27, 2004 8:15 am    Post subject: Reply with quote

I think you might have magic quotes turned on. See this:

http://www.phpinsider.com/smarty-forum/viewtopic.php?t=2218&highlight=magic+quotes
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> General All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP