A
A
aopil2021-02-17 14:27:52
PHP
aopil, 2021-02-17 14:27:52

What's the point of \r\n\t\t\t?

SELECT UserId, Comments, CONCAT(FirstName,' ', LastName) AS FullName, UserName, UserEmail, UserPassword, UserType, \r\n\t\t\tLoginAttempts, DisableUser


In the php code, I see a SQL query, and there are symbols: \r\n\t\t\t.

The question is, why are they needed here?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
i1yas, 2021-02-17
@i1yas

\r\n- Windows line break, \t\t\ttabulation, i.e. in the code, the query was formatted with line breaks and tabs. Most likely the request was copied from somewhere, probably from the logs

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question