PHP link May 12, 2012 Pramod T P It creates a hard link Example <?php $target = ‘test.ext’; $link = ‘test’; link($target, $link); echo $link; ?> Output test