Hide options
Results 1 - 5 of 8 in the group One Liners Back to all groups
(0.00 seconds)
  1. Redirect in html

    Do a redirect to another page by putting this one line in the <head> section of your html. The "content=0;" part of this line is the time it will wait untill the redirect
  2. Preload images to prevent delays

    Use this line to pre-load mouseover images to avoid browser delay.
  3. Remove one element from an array

    In this example $element will be removed from array $element_array
  4. Randomly select of one element out of an array

    Example how to randomly select of one element out of an array
  5. Eliminate duplicate (or more) characters in a string

    Pregmatch in the example will remove all duplicates with an underscore