• Resolved Jonas_

    (@jonas_)


    Hi,

    i’m having an annoying problem i need to echo html code with php. But as i echo it, it just shows up as text and is not executed in html.. How do i do this?

    $myhtml = get(…);

    echo $myhtml; // dont work
    echo get(); // don’t work

    so i’m already searching to solve this problem and i googled but i already am searching for an half hour and it seems i can’t find a solution..

    Somebody know the solution???

    Thanks!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘PHP: my echo of HTML code shows up as text, how make it HTML?’ is closed to new replies.