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

cPanel for PHP project

How can I need to implement a cPanel into a PHP project? I need to do this and I haven't found any good course about this.

3 Answers

You will build a cPanel from scratch?... That's quite a challenge... lol

If you have a cPanel account you probably rented a "piece of someone else's server". Depending on your hosting company you will probably already have it setted up to run PHP.

Just drop an index.php in your public_html and echo "Hello world!". Now go to the domain associated with your hosting space and see if you read Hello World on the screen :) If it does you have PHP! :)

Not quite sure what you mean here, Rodrigo. Are you asking how to run a PHP application on cPanel?

Well I don't mind how to implement, if building a cPanel from scratch or use a prebuilted one. Both would work for me.