PHP Function to find out the substring of a string – PHP May 2, 2011 Pramod T P Leave a comment <?php echo substr('abcdef', 1, 3); // bcd ?>