can any one tell me that what code I should write in php to extract the html of the perticular URL.plzzzzzzzzz zzzz
Loading an HTML file from PHP
Collapse
X
-
Tags: None
-
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.
What's with all the 'z's? Did you fall asleep while posting your question?Originally posted by utkarshrajwansh iplzzzzzzzzzzzzz
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