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 trial

PHP

Henrik Christensen
seal-mask
.a{fill-rule:evenodd;}techdegree
Henrik Christensen
Python Web Development Techdegree Student 38,322 Points

Beginner projects

Hi,

I'm going through the PHP track atm and it would be nice to practice the skills by making some small projects (for a beginner) but I have no clue what might be a great starting project?

2 Answers

Aurelian Spodarec
Aurelian Spodarec
10,801 Points

Make a website where you can create posts, update and delete.

Or a simple website that displays information dynamically. So have a file in PHP that is saved like e.g. cakes.php and then have arrays of cakes there lke array { title: Baking chocolate cake, Post date: 23 July 2045 } but use the PHP syntax, i can't remember it now.

Then, make a loop to display that information in your HTML file. For each arry or something, display title, display post-date etc.. loop throw it as many times as there are arrays in the cake.php file

I mena i hope you get me.

Jonathan Grieve
MOD
Jonathan Grieve
Treehouse Moderator 91,253 Points

If you're struggling for projects why not go through the examples that Alena makes for us in her courses. Then you could expand them by using some ideas you'll no doubt come up with as you go through them as to how to expand on them.

You'll then have these examples for your portfolio for you to build on with new projects. Treehouse has you covered whether or not you come up with 100% original projects.