Let say there is a site which has a price list. (tables) I just want to display that specific html area, on my site. I want the code to extract the html from that site and then show it on my site, so i dont need to use iframe. Please help me how can i do that with PHP Regards
Try using cURL. Then you can explode at different points of the script to cut out what you need/don't need.
In the name of the kind Allah Hello, You can use "file_get-contents()" to get informations ( anythings you like ) that you want from thst site you want, I am using this function to get info from another site ant it works perfectly.