Head of the Forum PhpBB

Dear readers of our blog! Today we will consider the theme, that is interesting to many, namely how to change the subheading and headline of your phpBB forum. Hope you will like the article and in future you won’t need to delete unwanted messages from the users of your forum. Let’s start.

Read more

php programming

Let’s use the array “goods” of the following form:

<?php

$goods[65] = array("price" => 200, "manufacture" => "Zelina");
$goods[45] = array("price" => 400, "manufacture" => "Devyatkin");
$goods[78] = array("price" => 800, "manufacture" => "Agrarnik");
$goods[89] = array("price" => 790, "manufacture" => "Belyi Orel");

?>

Read more

odins

Installation of 1C:Enterprise server

First of all, let’s install 1С:Enterprise server . Run the 1CEnterprise 8.2.msi from the distribution disk 1C:Enterprise. It is supposed that 1C:Enterprise 8 is already installed; if not, at the installation of the platform select the needed component, which will be mentioned later. Follow the instructions of the installation wizard. In the first stage, select the item “Modify”. Then select the component: 1C:Enterprise Server, as it is shown in figure below.
Read more