Help for this page

Select Code to Download


  1. or download this
    [$fullspec]
    [ $prefix :// $suffix | $title ]
    $linkspec= "$prefix://$suffix"
    $escsuffix= $q->escape($suffix) # URL-encoded
    
  2. or download this
    ( $url ) # The most common case, uses $suffix as default title
    ( $url, $deftitle ) # Alternate default title
    ( '', $html ) # No separate URL; avoid this if possible
    ( ) # $linkspec was invalid, $q->escapeHTML("[$fullspec]") used
    
  3. or download this
    "http://lyrics.org/?song=$escsuffix"
    
  4. or download this
    ( "http://lyrics.org/?song=$escsuffix", $q->escapeHTML($linkspec) )