What is the difference between front-end and back-end development? I am referring to the development of a consumer-facing website. Some of the main technologies used are
Java and
PHP. I'm not that technical so I am looking for an answer that's easy to understand. Thanks!!
Software/Hardware used:
Java, Linux, PHP
ASKED:
June 24, 2010 2:09 PM
UPDATED:
April 17, 2013 7:27 PM
How do I setup the back end for PHP and mySQL?
which back end suitable for php
Just about any backend you want to use is suitable for PHP.
how to setup the back end for php and my sql
For PHP, download PHP, install and configure according to the instructions from the download site. For MySQL, download MySQL, install and configure according to instructions from the download site.
In both cases, the setup and access to the backend will depend on what you choose to use for your backend. We have no way to know what that will be. It’s up to you according to your requirements.
Tom