how can i add an apostrophe (') or (") to my input box??
here is my code:
$title = "doom's dayl"
$txtTitle = $form2->addElement('text', 'title', 'title', "value='$title'");
im using html_quickform here..
i only get "doom" in the textbox. when i try to add a "\". i still get the same output.. what do you think i should do?