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

bilal agha
seal-mask
.a{fill-rule:evenodd;}techdegree
bilal agha
PHP Development Techdegree Student 4,509 Points

PHP help

Hello. i have registered my self at treehouse to learn PHP. As i was keen to learn and build a PHP integrated website for my business. but after 1 month of learning PHP i couldn't figure how PHP would be used on my website. i have a money transfer business from UK and EU to Asian countries. I want a currency converter tool on my website, which will help the customers to know about the exchange rates. Also when customer does a transaction on my website, we ask them to upload their proof of address, bank statements etc. So, i can i manage all these customers data on my database, how can i add up the currency exchange tools and tracking transaction tool on my website. i look forward for your help and suggestions

1 Answer

Jennifer Nordell
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Hi there, bilal agha ! It sounds like what you want to do is rather complicated and one month is not a lot of time to learn PHP :smiley: However, my top recommendation to you is to learn the PHP framework Laravel, which you will get to in Unit 5 of the Techdegree. I'd also suggest finding a third party API for the currency conversion. You'll also want to make sure your server/authorization/authentication are fully GDPR compliant.

Hope this helps! :sparkles: