LEARN PHP How to open and read text file

preview_player
Показать описание
Simple php programming exercise - to open and read plain text file contents into our html page line by line - in this example into pre tag.
=====================================
SUBSCRIBE FOR MORE:
=====================================
Рекомендации по теме
Комментарии
Автор

Okey, i did some research on the net and found out that the pre-tag has an automatic indent/tab for its first line/sentence. :(

To get rid of this you have to use Css. The below code will get rid of it.

pre {
white-space: pre-line;
}

Thanks for the tutorials and keep them coming.

Good luck

birkhansonkan
Автор

coloca un salto de linea al principio para evitar la tabulación (espacio) en la primera linea.

Henry_Nunez
welcome to shbcf.ru