ASPit - Totally ASP
Search PHPit

Use this textbox to search all the content on PHPit. Seperate keywords with a space.

Advertisements
Partners
  • Final Fantasy 7 / Final Fantasy VII
  • Dzwonki Polifoniczne
  • satellite radio reviews
  • webdesign
  • Parfum Annuaire

Strings & Regular Expressions Codesnippets

Dirify

This popular MovableType function has been ported to PHP, by Adam Kalsey. Now you can create dirified filenames of any string you use this function with.

URL Encode

This function is used to URL encode strings so they can be sent through a URL. This function also makes sure all the characters have been transformed into their entities.

Word Count

This function allows you to quickly calculate how many words a string contains. Very useful for word processor scripts!

End of String

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.