lundi 7 septembre 2020

Need help in PHP assignment.. its urgent.. I am a fresher in PHP

PHP DEVELOPER ASSIGNMENT Write a website parser which will parse the given website and collect all the company related information and store it in a database. You need to collect maximum information about the companies like CIN, industry, class AND ALL THE FIELDS WHICH IS available on this website. The website has 3 level of hierarchy:

  1. http://www.mycorporateinfo.com: in the first level, various industries are mentioned for the given URL.
  2. http://www.mycorporateinfo.com/industry/section/C: Once any particular industry is selected, then a list of companies are shown for that particular industry.
  3. http://www.mycorporateinfo.com/business/roopa-industries-limited: once you click on any particular company then all the company details are shown in the webpage. You are required to collect the information for all the 3 levels of hierarchy and store it in a database. For ex- If someone selects Manufacturing industry then all the companies which come under manufacturing should be shown and then if any particular company is selected suppose “Roopa industries” then all the details of Roopa Industries should be captured and stored. Other links for different industry: Website link :http://www.mycorporateinfo.com/industry/section/F http://www.mycorporateinfo.com Eq: Company URL:http://www.mycorporateinfo.com/business/kamdhenu-engineering-industries-ltd Few more useful urls: http://www.mycorporateinfo.com/industry http://www.mycorporateinfo.com/business/shilpi-builders-limited-1 Design a DB schema and insert all the company information in the tables. Code should be generic and should be able to parse all the details of the companies. You can also use the laravel framework.



Aucun commentaire:

Enregistrer un commentaire