Simple PHP Script for stock shares trading

Asked By 0 points N/A Posted on -
qa-featured

I want simple PHP Script for stock shares trading. Where the user can register their names, Buy & Sell Shares and can generate related reports and so on. Please do the needful.

SHARE
Answered By 5 points N/A #157235

Simple PHP Script for stock shares trading

qa-featured

Creating a PHP script that simulates stock market trading can be a little complex because you need to make some computations and a little background knowledge on how stocks rise and fluctuate. So if you are a beginner in PHP programming, I suggest you look for worthy online articles and tutorials to help you start this project.

One recommendation that I can give is to read the forums on stack overflow.

This link provides you some PHP codes about stock market trading game.

Another website that you can check is through.

Download the source code from this site so you can play around with the stock simulator created by the programmer using HTML 5 and PHP.

Related Questions