Search found 1 match

by BrandtView
Wed Feb 17, 2021 9:37 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: PHP Escape sequences
Replies: 2
Views: 7484

Re: PHP Escape sequences

\' – To escape ' within single quoted string.
\” – To escape “ within double quoted string.
\\ – To escape the backslash.
\$ – To escape $.
\n – To add line breaks between string.
\t – To add tab space.
\r – For carriage return.