fetch data
Linux, Apache, MySQL, PHP
3
Posts
2
Posters
0
Views
1
Watching
-
Is it possible to fetch stock data from nseindia Like "http://nseindia.com/marketinfo/equities/cmquote.jsp?key=BHARTIARTLEQN&symbol=BHARTIARTL&flag=0" using php. I was able do it before but not now after nseindia done some changes in its site.Is it still possible to get data ?
-
Is it possible to fetch stock data from nseindia Like "http://nseindia.com/marketinfo/equities/cmquote.jsp?key=BHARTIARTLEQN&symbol=BHARTIARTL&flag=0" using php. I was able do it before but not now after nseindia done some changes in its site.Is it still possible to get data ?
-
look into the function file_get_content() http://php.net/manual/en/function.file-get-contents.php[^]