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

CSS How to Make a Website Beginning HTML and CSS Introduction to HTML and the Portfolio Project

How do I build a profile web site with profile picture and more where people can visit my profile and count my visiters?

I'd like to build this web site in PHP and SQL Server. Thanks for your answer

2 Answers

Hello!

It sounds like you already know some PHP and SQL. I would recommend looking into web hosting options that support both languages on their servers. Alternatively, you can host your own server if you imagine your site will be basic with minimal site traffic. As far as visit counters are concerned, I believe there are libraries out there that should be able to help you achieve this. Unless you'd like to write the code yourself, Packagist has some good library options.

Good luck, and if my answer was helpful to you, please be sure to vote/select it as Best Answer. :)

Hi Nicole! Thank you for you suggestions! I'll try to ...