How To Limit Number of Characters Tutorial Guide by Wallpaperama


PHP Hosting at Webune.com

This is the value of $link:

This is a very long text link I am creating to show this helpful function in php because i think that this will help others make their websites better and look professional at the same time

 

Now this is the link with the substr() function:

This is a very long text link I am cr ...

This is the code i used to display characters from 0 to 35 only: <?php echo substr($link, 0, 37); ?>

<< wallpaperama forums Turorial

PHP Hosting at Webune.com