Hai folks,
i have a form field name 'title'. now user enters the following in to this field :
17" LCD monitor
when the form is posted, i get :
result :Code:$title=$_POST['title']
17\" Black LCD
now this value again need to be inserted in to another form
now what i receive when posted this form is : 17Code:<input name="title" type="hidden" id="title" value="<?php echo $title; ?>" />
i just want the 17\" Black LCD![]()



Reply With Quote




Bookmarks