technica
03-02-2010, 06:02 PM
Hello friends,
I am working on some project related to Indian Stock exchange.
I have a feed URL http://nseindia.com//marketinfo/equities/ajaxGetQuote.jsp?symbol=MARUTI&series=EQ
I know I can use Ajax to run this URL and fetch the data BUT I don't want to do it this way.
Rather, is there any way that I can run this URL from PHP script and store the result into PHP array?
I don't want to use JavaScript or Ajax for this.
I am working on some project related to Indian Stock exchange.
I have a feed URL http://nseindia.com//marketinfo/equities/ajaxGetQuote.jsp?symbol=MARUTI&series=EQ
I know I can use Ajax to run this URL and fetch the data BUT I don't want to do it this way.
Rather, is there any way that I can run this URL from PHP script and store the result into PHP array?
I don't want to use JavaScript or Ajax for this.