php

Установка и обеспечение безопасности phpMyAdmin в Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Установка и обеспечение безопасности phpMyAdmin в Ubuntu 20.04

Предыдущая версия данного руководства была написана Бреннаном Бернсом. Хотя многим пользователям требуются функциональные возможности систем управления базами данных, например, MySQL, им может показаться неудобным…

Read more
How To Work with Numbers in PHP — step-by-step Programming tutorial on Progressive Robot

How To Work with Numbers in PHP

Being able to effectively perform mathematical operations in programming is an important skill to develop because of how frequently you’ll be working with numbers. This tutorial will go over many different operators that can be used with numerical data types in PHP, as well as how PHP handles “type juggling” and built-in math functions.

Read more
Установка комплекта Linux, Apache, MySQL, PHP (LAMP) в Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Установка комплекта Linux, Apache, MySQL, PHP (LAMP) в Ubuntu 20.04

Комплект LAMP — это набор программного обеспечения с открытым исходным кодом, которое обычно устанавливается в комплексе для размещения на сервере динамических сайтов и веб-приложений, написанных на PHP. Этот термин представляет собой аббревиатуру. Операционная система Linux…

Read more
How To Install and Configure SimpleSAMLphp for SAML Authentication on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure SimpleSAMLphp for SAML Authentication on Ubuntu 16.04

SimpleSAMPLphp is an open-source PHP authentication application that provides support for SAML 2.0 as a Service Provider (SP) or Identity Provider (IdP). In this tutorial you’ll install SimpleSamplPHP and configure it to use a MySQL database as an authentication source. You’ll store users and encrypted passwords in the MySQL database and test that you can use those users to log in.

Read more
CHAT