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

HTML

Konrad Pilch
Konrad Pilch
2,435 Points

Dynamic Website

HI,

My name is Forest, Forest Gump. You you like a chocolate? ( not really ) .

So my question is, what should i learn in PHP and JS? What steps should i take? I did PHP, i know it in middle level . I can do stuff with it and in the way of user authentication.

I looked at JS, and it has concepts from PHP and i like it, it seem quite simple.

So what should i do ?

I mean, could you maybe set me a task and i put it online and show you? please

Im just kinda of lost ish , i need to learn and do something but its a bit hard because everything is outdated .

2 Answers

Jeff Lemay
Jeff Lemay
14,268 Points

You could learn some JS and use AJAX to make dynamic calls to your database (assuming you went through sql/pdo during your php learning). You could also learn how to insert data into your db without reloading the page.

  • If user clicks this button, only show these results
  • If user changes a dropdown list, filter results based on what was selected
  • If user enters text into an input and submits the form, insert the info into your db and update the results without refreshing the page
Konrad Pilch
Konrad Pilch
2,435 Points

So , if ud wanted a website and i suppose to make one, what would you like? : p lets say ur my customer please : p

Jeff Lemay
Jeff Lemay
14,268 Points
  • If user clicks this button, only show these results
  • If user changes a dropdown list, filter results based on what was selected
  • If user enters text into an input and submits the form, insert the info into your db and update the results without refreshing the page
Konrad Pilch
Konrad Pilch
2,435 Points

Hmmm, i think i get u. Il try to do it .