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

In order to change the file download folder, it is necessary to select in the menu item “Tools – Settings”:

Пункт меню Firefox: Настройки - Инструменты

In the dialog box “Settings” in the tab “Main” you can see the block “Downloads” in which you need to select checkbox “Path to save files”:

Пункт меню Firefox: Настройки - Инструменты - Основные - Загрузки

Then the button “View” will help you to specify the target where the downloaded files will be saved.

Error at the transfer of values by means of the form with the POST method

Error at the transfer of values by means of the form with the POST method I needed to transfer the values by means of the form with the POST method. 
Read more

Debugging with NetBeans IDE

Have you ever encountered errors in PHP code? Which debugging program did you use in such case? If you still do not have such program, it is time to learn about NetBeans IDE!
Read more