ASPit - Totally ASP JSit - Totally JavaScript
Search PHPit

Use this textbox to search for articles on PHPit. Seperate keywords with a space.

Advertisements


End of String

Saturday, May 22nd, 2004

This useful codesnippet can be used to create long strings, without having to escape ’single’ or “double” quotes, but $variables can still be parsed. Very useful for very long texts.

Binary to text

Saturday, May 22nd, 2004

Use these two useful functions to change text into binary and vice versa.