I want to display NSE/BSE quote in my PHP website. please let me know what I have to do, if I get the webservices for this then how to use it in PHP.
Please help
I want to display NSE/BSE quote in my PHP website. please let me know
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have to parse their data from their web sites:
First select a page that contains your required data:
for example: http://www.bseindia.com/mktlive/mktwatch.asp
Now parse data using simple html dom parser
Now store extracted data into your database.
Now show your data in your website using your database
You can code a script that can update your database on daily bases.