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

php issues

Hi everybody

can anyone send "simple" tutorial on php whicih discuss about

  1. select the columns that with the same name
  2. upload images and and display it on the web/front-end

4 Answers

Randy Hoyt
STAFF
Randy Hoyt
Treehouse Guest Teacher

What do you mean "select the columns"? Are you talking about database columns here?

yes

Randy Hoyt
STAFF
Randy Hoyt
Treehouse Guest Teacher

I did a quick Google search and found this tutorial on uploading images:

The input type and specific details are a little different, but you essentially use the values in the $_POST array just like we do in the contact form tutorial: [http://teamtreehouse.com/library/programming/build-a-simple-php-application/adding-a-contact-form].

Randy Hoyt
STAFF
Randy Hoyt
Treehouse Guest Teacher

Andrew just launched a Database Foundations course: [http://teamtreehouse.com/library/programming/database-foundations]. The next stage will look in detail at how to read data from a database with SELECT statements. Is that what you are looking for? Or do you already know how to write SELECT statements and need to know how to integrate them with PHP?