So we have the following elements:
crudca = create, reteive, update, delete, cache, archive (the latter 2 you can worry about later)
user - crudca
thread - crudca
post - crudca
memberGroup - crudca
newsItem - crudca
game - crudca
developer - crudca
Are we seeing a pattern?
1st thing to do, take each element, and decide what properties/attributes/field it should have e.g. game has: developer, title, id, rating, etc
Where to start learning:
Manual - read and print the strings section
1. How to handle html form submissions and validate basic data. (7 days)
2. How to insert a record into a database table. (1 day)
3. How to find a record from a database table. (2 hours, for doing it by ID)
4. How to update a record in a database table. (2 hours, doing it by ID)
5. How to delete a record in a database table. (5 minues, doing it by ID)
Stop calling it a 'script' you will likely (you should), have several scripts, not one all encompassing godlike structure.
If you cover 1 to 5, to a degree where you can replicate the work, it will take you approximately 2 weeks to complete the php for what you want.
"im only good at managment This could be a verry painfull learning experiance..." - Trying desperately not to comment on that, although I would expect a manager to be able to break down a task, even by what you need it to do and hence notice a pattern and identify what to learn :-)
___________________
