Donovan
New Member
Redskins: 0-0
Posts: 19
inherit
156105
0
Oct 17, 2010 10:46:44 GMT -8
Donovan
Redskins: 0-0
19
July 2010
donovanqb5
|
Post by Donovan on Jul 18, 2010 13:37:45 GMT -8
So I want to start a PHP project (i have installed the latest version of PHP, mySQL, and phpmyadmin) on my computer. I have 'narrowed it down' to these choices:
Online OS Ad/Affiliate Management System Social Networking Site Wiki IM service Hit counter File Manager Game News Handler
I have just got into PHP and know the basics. I can do form handling and work with mysql databases through PHP, and I know how to use phpmyadmin. But I am stuck figuring out which script I should make. Any suggestions?
|
|
inherit
100824
0
May 13, 2012 5:37:49 GMT -8
Michael
14,585
March 2007
wrighty
|
Post by Michael on Jul 18, 2010 13:53:35 GMT -8
So I want to start a PHP project (i have installed the latest version of PHP, mySQL, and phpmyadmin) on my computer. I have 'narrowed it down' to these choices: Online OS Ad/Affiliate Management System Social Networking Site Wiki IM service Hit counter File Manager Game News Handler I have just got into PHP and know the basics. I can do form handling and work with mysql databases through PHP, and I know how to use phpmyadmin. But I am stuck figuring out which script I should make. Any suggestions? GAME
|
|
#00AF33
14306
0
1
Sept 8, 2023 8:54:17 GMT -8
Jordan
What is truth?
11,838
October 2003
jab2
|
Post by Jordan on Jul 18, 2010 13:54:56 GMT -8
If it's your first php project I would go with something fairly simple such as a hit counter, and then work your way up from there.
|
|
inherit
130228
0
Jul 11, 2024 19:19:59 GMT -8
Charles Stover
1,731
August 2008
gamechief
|
Post by Charles Stover on Jul 18, 2010 15:51:39 GMT -8
If you've just gotten into PHP, there is absolutely no reason you should try to do the following: Online OS Ad/Affiliate Management System Social Networking Site Wiki IM service Game
That leaves: Hit counter File Manager News Handler
I did a hit counter when I first started programming, and it became rather popular (and rather dead, as I didn't optimize the database which led to a much destructive size so it had to be removed). A file manager is meh, depending on the features it would have. May be too hard, may not. A news handler would be a great script for you to have, depending on what you mean by that. A CMS? No. A news XML/RSS reader? Yes.
I'd recommend either a counter or RSS reader.
|
|
inherit
97216
0
Nov 26, 2024 13:53:14 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on Jul 20, 2010 11:06:55 GMT -8
Counter, or, the ad/aff system. My first PHP and mySQL script was a content system.. that could be easily changed on an admin page, by querying the db and getting the info.
|
|