1

I want to display live stock prices on my php website. So, is there any script for this?

thanks

Chandu
  • 81,493
  • 19
  • 133
  • 134
krishna
  • 923
  • 3
  • 15
  • 42
  • 1
    Please show efforts and contributions by at least showing us what you've done so far so that we can help you improve – mauris Jan 03 '11 at 06:30
  • google search turns up many options: http://www.google.co.nz/search?hl=&q=stock+ticker+for+website –  Jan 03 '11 at 06:34
  • muralikalpana you have 33% accpet rate dont you get answers to your questions on site? or you are just ignoring . – Simer Twilio Toronto developer Jan 03 '11 at 06:54
  • well, if you get no answers it's time to see if there is something wrong with questions. if your other questions like this one, which is exact google search query, but not collaborative site question, no wonder you get no answers – Your Common Sense Jan 03 '11 at 08:54
  • Oops, your right, I was just looking at the green and not the gold. – Phoenix Jan 03 '11 at 21:24
  • Real-time Stocks with PHP and JavaScript can be done easily with following some guides that are posted on GitHub https://github.com/pubnub/real-time-stocks/blob/master/README.md – Stephen Blum Jun 12 '13 at 16:16

2 Answers2

3

See the source code here: http://www.exorithm.com/algorithm/view/stock_ticker

Mike C
  • 1,808
  • 15
  • 17
0

There are many ways:

(1) Use echo to display the live stock prizes if you are using php.

(2) Use html tags.

And the best way:

(3) Work it on your own first and question if there are problems rather than asking on how to start from scratch.

Neigyl R. Noval
  • 6,018
  • 4
  • 27
  • 45