Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialMax Smith
Courses Plus Student 3,973 PointsWhat can I do to further my php development?
Hello guys, basically I have gotten through the course on PHP on treehouse. I understand OOP and have used slim and twig. I know how to connect to a db and query it using php and also how to stop basic SQL attacks.
What I want to create is a personality testing website. My website needs a login and various personality tests. This website will need to record the results and display them to the user on their profile page.
I am confused how to go about this. From what I know, I would create a db for users and then a db for results.
I would use php to add data to the database, which is linked to the key of the user that is logged in.
What I want to know is, is this the best way to go about it?
And if not, how can I further develop my PHP skills.
Thanks
1 Answer
miguelcastro2
Courses Plus Student 6,573 PointsI would recommend checking out the Laravel track.
Max Smith
Courses Plus Student 3,973 PointsMax Smith
Courses Plus Student 3,973 PointsThanks, I have checked it out and it seems good. It's just a shame that all the material is outdated now. However I am going to run through it anyways. Where would you suggest after the Laravel courses?