List content in category "IT / PHP"
Language PHP for during its existence, it has gone through the path of improvement, becoming from a simple language for building web pages to a ...
16.07.22
When your site starts to fill up with content, you may soon find that images from your site are being used on third-party sites without permission...
17.07.22
HTTP headers are very important for the exchange of information between the browser and the server. They are of two types - request headers and re...
17.07.22
HTTP headers are almost always sent on every request for any web page. They allow you to tell the browser or another client information about the ...
17.07.22
Sometimes you need to launch a script in order for it to perform certain tasks. This can be very important for the site to work. They are also oft...
18.07.22
Transliteration or transliteration can be needed anywhere, for example, to compose URLs. Transliteration is often used in various official documen...
18.07.22
When developing a site or already when it is hosted, the question may arise - which version of PHP to use. Usually, several versions are preinstal...
18.07.22
Managing files PHP is quite simple - for this language has a large number of possibilities in its arsenal. You may need to control file do...
19.07.22
When Writing PHP Code , you may need to create an HTML element in your code. Novice developers write HTML code directly in the file with PH...
19.07.22
You have to work with arrays in any programming language; PHP has a number of special functions for conveniently working with arrays. Arrays...
20.07.22
Often, when developing a web application or site, it is necessary to work with text resources. As a rule, the text has its own encoding, so ...
20.07.22
A site today is not just a page, but in most cases a whole system for processing and generating various data. It is often necessary to display dat...
20.07.22
Sometimes the capabilities of the PHP language may not be enough, then you can rent or use your own server, where you can install any additi...
20.07.22
Writing well-formed and concise PHP code is a talent that can be learned over time. This is important because it says a lot about the develo...
20.07.22
PHP is a simple and powerful language for developing web projects. Anyone can start writing programs and scripts on it, there is nothing particula...
20.07.22
PHP today is used in the development of most sites and web applications. This language was conceived by the authors as a simple and afford...
20.07.22
When developing, it is often required to indicate in the code any values of variables containing Russian or English text. This text can be calle...
21.07.22
The concept of a namespace has long been present in many popular programming languages. Finally, starting with version 5.3, this feature has b...
21.07.22
Version 5.4 of PHP brings many useful new features, including the declaration of arrays in square brackets. Many developers will love this inn...
21.07.22
Оставить заявку
Latest articles
- 03.04.24IT / Уроки PHP Уроки простыми словами. Урок 3. Все операторы PHP с примерами, с выводом работы кода на экран.
- 02.04.24IT / Уроки PHP Уроки простыми словами. Урок 2. Типы данных в PHP с примерами.
- 02.04.24IT / Уроки PHP Уроки простыми словами. Урок 1. Коротко о языке веб-программирования PHP. Основы синтаксиса.
- 09.11.23IT / Database Errors when migrating from MySQL 5.6 to 5.7 and how to fix them - database dump import failed with an error or INSERT does not work. Disabling STRICT_TRANS_TABLES strict mode or using IGNORE
- 08.07.22IT / Misc Convert office files DOC, DOCX, DOCM, RTF to DOCX, DOCM, DOC, RTF, PDF, HTML, XML, TXT formats without loss and markup changes