Stock Market Script
Moderator: General Moderators
Stock Market Script
Not sure where to post this. Anyway, here goes.
I am looking for a software that allows you to setup a game in the format of a stock market. Allow members to buy or sell stocks and win prizes.
In other words I am looking for a php script that is in the format of a stock market game. I'd like to setup stats, give out stock market $$$$, award prizes and so on.
I am looking for a software that allows you to setup a game in the format of a stock market. Allow members to buy or sell stocks and win prizes.
In other words I am looking for a php script that is in the format of a stock market game. I'd like to setup stats, give out stock market $$$$, award prizes and so on.
Code: Select all
<? echo "Welcome to the Stock Market Game"; ?>-
jabbaonthedais
- Forum Contributor
- Posts: 127
- Joined: Wed Aug 18, 2004 12:08 pm
- jayshields
- DevNet Resident
- Posts: 1912
- Joined: Mon Aug 22, 2005 12:11 pm
- Location: Leeds/Manchester, England
GeXus wrote:That should get ya startedCode: Select all
<? echo "Welcome to the Stock Market Game"; ?>
Code: Select all
<?php echo 'Welcome to the Stock Market Game'; ?>ooo.. Mr. Fancy Pants, typically I would charge for that level of development, all well.. your loss.jayshields wrote:GeXus wrote:That should get ya startedCode: Select all
<? echo "Welcome to the Stock Market Game"; ?>would be betterCode: Select all
<?php echo 'Welcome to the Stock Market Game'; ?>
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Re: Stock Market Script
Are you looking for a script or help with one you are developing?razsports wrote:Not sure where to post this. Anyway, here goes.
I am looking for a software that allows you to setup a game in the format of a stock market. Allow members to buy or sell stocks and win prizes.
In other words I am looking for a php script that is in the format of a stock market game. I'd like to setup stats, give out stock market $$$$, award prizes and so on.
-
spikescot2005
- Forum Newbie
- Posts: 5
- Joined: Mon Sep 25, 2006 8:54 am
This is the same thing i am looking for. Im not sure what i really need or what i do with it but i was told i would need a script and a to set up a data base.
If there is already a script available this would be even better.
If there is already a script available this would be even better.
Last edited by spikescot2005 on Mon Sep 25, 2006 9:22 am, edited 2 times in total.
- CoderGoblin
- DevNet Resident
- Posts: 1425
- Joined: Tue Mar 16, 2004 10:03 am
- Location: Aachen, Germany
If you want to start learning PHP/databases etc then check out PHP Starter Pack - Fundamental PHP Know-How.
-
spikescot2005
- Forum Newbie
- Posts: 5
- Joined: Mon Sep 25, 2006 8:54 am
-
spikescot2005
- Forum Newbie
- Posts: 5
- Joined: Mon Sep 25, 2006 8:54 am
soryy for the double post but im looking for somthing along the lines of this - http://www.goldcoders.com/?page=stocksmanager - for an idea for my site but either alot cheaper or free
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
You're asking for a heck of a lot. A stock exchange application is not something that's particularly easy to create, and one that's generic so you can tailor it to your purposes would be even more work. I imagine $395 is probably about the right sort of price.spikescot2005 wrote:soryy for the double post but im looking for somthing along the lines of this - http://www.goldcoders.com/?page=stocksmanager - for an idea for my site but either alot cheaper or free