i have this problem i have this variable
$title=J1. Tsalgatidou, A., " Modeling and Animating Information Systems Dynamics " , Information Processing Letters 36, 1990, 123-127.
and then i do this
$more_button=' <input type="button" id="button_help1" value="Summary" onClick="window.location=\'some_infos_research_en.php?title='.$title.'\'">
<input type="button" id="button_help1" value="Full description" onClick="window.location=\'upload/publications/en/'.$file.'\'">';
but when i echo $more_button the button summary doesn't work. I know that the problem is with the " that variable $title has but how i can bypass this problem?
thank you very much