Group Work | Week 1
PHP Research Php stands for PHP: Hypertext Preprocessor PHP is a scripting language which is used to put up websites, the most common use of it being data retrieval from SQL databases. It may also be used to create graphics such as charts, someone using PHP may create image links or power a thumbnail image gallery. PHP's other duties may include accepting passwords, managing forum posts and authenticating users. PHP may even be used to create a website that allows users to generate content without html. PHP is a program that gets installed on top of your web server software. It works with versions of Apache, Microsoft IIS and other server software packages. PHP is used by inserting it into the html code that makes up your websites when someone visits a website containing PHP the site executes it. That is why you need to install a local server to test this technology as the server processes this code, not the browser. PHP History Originally the letters stood for...