I have some problems and I hope you will understand me and what I want and I hope you can help me. So, I started to program a project for many moths ago. I want to start a little gaming community. I read many tutorials, wrote many snippets and learned programming since I was 12. At the moment I'm 16 and I think there are so many things to learn. I don't want to say I'm a Noob and I'm not a Pro in Programming. But I programmed on this project more than 200 hours and I'm going to
If you are looking on stackoverflow, google, facebook, pastebin, and every other big site - You get mad about your own homepage. Im not happy with my own homepage because its NOT structured and good programmed. Maybe I should learn OOP and use mysqli. But the problem is, I don't want to learn OOP because I don't understand it.
I just want to finish a project, because I never did it.
SO MY QUESTION IS: What should I do? What should I do for getting a good code structure? Is it useful to write a template with placeholders and replace them later by a rendering function? I want to work with GET params, I want to change the content dynamicly. Functions like a PM system, comment system, posting system - Useful to write them in functions() or maybe its better to write them in files? And - How to call them right in the template and how to load the template right? (file_get_contents() / require() ).
There are so many questions but I still learned this with tutorials.
HOW I SHOULD START NOW?
I think its useful to write a template engine but how to write them write? Any ideas of what I should to now? And how to write secure functions and call them write with your own functions?
regards