Suppose you need to transfer the value of PHP variables to the JavaScript function. Let’s assign values to two variables in the following way: Read more
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.
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"); ?>
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
Dear Visitors of Our Blog! Today I’d like to tell How to install HTML Editor NicEdit. After installation of visual HTML editor NicEdit you can easily edit pages of your website directly in browser (for example in firefox). If you’d like to download NicEdit, move to page with article NicEdit — rich text editor.
Read more
- SoftMakerKzWhy Doesn’t a Node.js Process Terminate?01.10.2024 - 16:40
Learn why a Node.js process doesn’t terminate automatically and how the event loop works.
- What are streams in Node.js?25.07.2024 - 17:11
In this article, you will learn about streams in Node.js and you will be introduced to various types of streams
Recent Comments