Stock Market Script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
razsports
Forum Newbie
Posts: 1
Joined: Thu Aug 31, 2006 4:18 pm

Stock Market Script

Post by razsports »

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.
GeXus
Forum Regular
Posts: 631
Joined: Sat Mar 11, 2006 8:59 am

Post by GeXus »

Code: Select all

<? echo "Welcome to the Stock Market Game"; ?>
That should get ya started
jabbaonthedais
Forum Contributor
Posts: 127
Joined: Wed Aug 18, 2004 12:08 pm

Post by jabbaonthedais »

Do you know any php, or are you looking to get a pre-made script? You could check getafreelancer or scriptlance.
User avatar
jayshields
DevNet Resident
Posts: 1912
Joined: Mon Aug 22, 2005 12:11 pm
Location: Leeds/Manchester, England

Post by jayshields »

GeXus wrote:

Code: Select all

<? echo "Welcome to the Stock Market Game"; ?>
That should get ya started

Code: Select all

<?php echo 'Welcome to the Stock Market Game'; ?>
would be better :lol:
GeXus
Forum Regular
Posts: 631
Joined: Sat Mar 11, 2006 8:59 am

Post by GeXus »

jayshields wrote:
GeXus wrote:

Code: Select all

<? echo "Welcome to the Stock Market Game"; ?>
That should get ya started

Code: Select all

<?php echo 'Welcome to the Stock Market Game'; ?>
would be better :lol:
ooo.. Mr. Fancy Pants, typically I would charge for that level of development, all well.. your loss.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

that's enough riding the guy boys.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Re: Stock Market Script

Post by RobertGonzalez »

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.
Are you looking for a script or help with one you are developing?
spikescot2005
Forum Newbie
Posts: 5
Joined: Mon Sep 25, 2006 8:54 am

Post by spikescot2005 »

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.
Last edited by spikescot2005 on Mon Sep 25, 2006 9:22 am, edited 2 times in total.
User avatar
CoderGoblin
DevNet Resident
Posts: 1425
Joined: Tue Mar 16, 2004 10:03 am
Location: Aachen, Germany

Post by CoderGoblin »

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

Post by spikescot2005 »

Thanks ill look at that but do you know if there is a script that is around that can be used
spikescot2005
Forum Newbie
Posts: 5
Joined: Mon Sep 25, 2006 8:54 am

Post by spikescot2005 »

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
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Cheaper/free implies 'do it yourself'.
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post by onion2k »

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
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.
Post Reply