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 trialammarkhan
Front End Web Development Techdegree Student 21,661 PointsLearning about backend.
In the video, dave mention about backend processing but this course won't look into backend. I want to learn PHP side of things and how JSON and PHP will work together. Where can i learn?
3 Answers
Jesus Mendoza
23,289 PointsThere are a few courses about PHP here on Treehouse
https://teamtreehouse.com/library/topic:php
Learn how to build the backend and then you just use AJAX call to connect it to the Frond End
HIDAYATULLAH ARGHANDABI
21,058 PointsASP.net is super amazing while you also know javascript frame work like react and angular or others
HIDAYATULLAH ARGHANDABI
21,058 PointsDear Friend due to current Trend of JavaScript it is important to learn JS.
ammarkhan
Front End Web Development Techdegree Student 21,661 Pointsammarkhan
Front End Web Development Techdegree Student 21,661 PointsJesus Mendoza i cannot both, maybe i m limiting. i dont see any video where u post php form to a API or am i missing something?
Jesus Mendoza
23,289 PointsJesus Mendoza
23,289 PointsYou need to know both PHP and AJAX in order to do that (I don't think there is a video that teach you exactly how to do that here though). Then after you submit the form you take the values using JavaScript and send it to the Backend using an AJAX Post request. Same happens to retrieve data, you make an AJAX Get request to the Backend.
Ceil-Ian Maralit
Front End Web Development Techdegree Graduate 19,434 PointsCeil-Ian Maralit
Front End Web Development Techdegree Graduate 19,434 PointsHi Jesus Mendoza. I am done with the front end now, I also want to learn back end. What track should I take? I saw full-stack too, it does cover the back end pretty well, does it? Is it a great choice?