Viewing 3 replies - 1 through 3 (of 3 total)
  • line 119 edit single quohes with double quotes and vice versa

    echo “<input type=’text’ class=’subtitle’ name=’subtitle’ value='”.$sub.”‘ id=’the_subtitle’/>”;

    this should fix the problem.

    but with this change the problem is for single quotes..

    someone should fix the problem.

    Thread Starter koalabear

    (@koalabear)

    it should be
    echo '<input type="text" class="subtitle" name="subtitle" value="'.htmlspecialchars($sub).'" id="the_subtitle" />';

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    But i dont know if output is additionally filtered somewhere else
    and how it is written to database.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Double Quotes’ is closed to new replies.