Loading an HTML file from PHP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • utkarshrajwanshi
    New Member
    • May 2007
    • 1

    Loading an HTML file from PHP

    can any one tell me that what code I should write in php to extract the html of the perticular URL.plzzzzzzzzz zzzz
  • pbmods
    Recognized Expert Expert
    • Apr 2007
    • 5821

    #2
    You posted this in PHP Articles (despite the HUGE SIGN that said, "Do not post questions here!"). I'm moving it to the PHP Forum.

    Changed thread title to better match contents.

    Originally posted by utkarshrajwansh i
    plzzzzzzzzzzzzz
    What's with all the 'z's? Did you fall asleep while posting your question?

    Heya, utkarshrajwansh i. Welcome to TSDN!

    You'll be wanting to take a look at include and file_get_conten ts, depending on whether you need to evaluate PHP in the file (include), or you just want to add the contents of a file to your output (file_get_conte nts).

    Comment

    Working...