Jump to content

july09

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

july09's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. thanks for the help, I used strip_tags($pageContents); and voila, it even strips away all that nasty HTML which I didn't need in the first place. This would've taken me 2 hours to do in J2EE
  2. You might need to include the javascript library swfobject.
  3. Hey all I'm writing my first PHP program which is supposed to fetch an external HTML source and display it. I have the HTML source stored as the variable $pageContents, but when I try to echo it out the browser renders the HTML. This is understandable, but can I somehow just output the raw HTML code without the browser trying to render it? Cheers
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.