I used this code to fetch all the content of the website page.
$url = file_get_contents('https://berojgarjobs.com/forms/AirForceAFCAT.php'); echo $url;
This code shows all the content of the website but i want only those content
which is within <table></table>
tag.
you can use javascript ,php,curl any to fetch the particular content within the tag from any website
suggest the answer if you can?