I would like to write a script for a "free stuff by referral" site. Here is an example of generally what I am looking forhttp://script.offerdollars.com/portal.php?page=3. I would just buy the script, but it is encoded and there are a few things I want to change.
For this project, I will be using MySQL which I have setup already. I am new to php, but not OOP (experience with Java).
So my question is how do I get started on my site?
Need help developing a project
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
that's a really really general question.. I don't know too much of what to say except...
- build your library of classes, handlers, and things for the system.
- abstraction layer of the database, among other things..
- get a host, register your domain.. blah blah
- read like crazy all of php.net's documentation of php..