PHP


PHP is a Hypertext Preprocessor that is used in most web applications. It is a scripting language and is used by us to make dynamic websites and web applications.

PHP code is embedded into the HTML source document and interpreted by a web server with a PHP processor module, which generates the web page document. To run PHP we make use of an apache server. The apache server is default install on all web servers.

We use this technology for your (interactive) website to provide a large number of dynamic pages, CMS, admin panels, shop lists, interactive pages, etc.