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

Community help for personal project!

Hey fellow students, I'm creating a website and would like to reach out to anybody who would be willing to talk about and instruct me on how to create and validate user profiles. This would be the first server side project I've taken on and am interested in doing this through PHP. I know just the very basics of PHP and am looking for someone who has done this task themselves already. Thanks!

tezzica
tezzica
3,938 Points

Hi Lauren,

I'm not yet comfortable/skilled enough to assist on the actual coding through php, but you would need a database to log and pull your users/profiles. I suggest checking out SQL courses on Treehouse to get a foundation of them. You may also want to take a look at the security to privacy courses to help assist keeping passwords or any other sensitive data secure. The beginner track for php doesn't go through that level of functionality but basic logic to grasp how you could use the language. The intermediate one may, but I have yet to reach that track to know if it actually does.

I'm only really comfortable with html/css/javascript/wordpress/anything to do with design.. and very basic knowledge of sql, java and php.

1 Answer

Bill Dowd
Bill Dowd
7,681 Points

Hi Lauren,

I'm a bit of a dinosaur, but I'm willing to help as much as I can. I use the Gump class for form validation before dumping the data into a database. Let me know your specific questions. Bill