RUVIDEO
Поделитесь видео 🙏

PHP File Test | Tutorial

Course Title: Web Development Masterclass
Course Link: http://youaccel.com/admin/cdisplay.php?cid=11

Facebook: https://www.facebook.com/youaccel
Twitter: https://twitter.com/YouAccel
Website: http://youaccel.com

Tutorial Content:

In this lesson we will create a basic PHP file that outputs some text into our web browser.

First, confirm WAMP/MAMP server is correctly configured and working.

Open your web browser and type: localhost

You should then see this page displayed. This is the default WAMP page.

It provides some important information about the Server Configuration, including the Apache and PHP Version.

It also lists some tools that are included in your package. We will be using these tools in the next section when we work with MySQL database.

The page also lists the websites contained in your web root (www) folder. Here we can see the folder we created in the last lesson: phplessons. Remember that this is where all our files will be saved for this section of the course.

To make sure your scripts are working correctly, open your text editor and type in the code displayed.

We will discuss the actual code in the next lesson. This file will just output the text: Hello World! In your web browser using the Php echo command.

Save the file in your phplessons folder, as intro.php. You can actually give it any file name, but the .php extension is very important.

Now in your web browser, type in:

localhost/phplessons/intro.php

You should now see the text Hello World! displayed in your browser.

Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «PHP File Test | Tutorial», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.

Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.

Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!

Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.