How To Make Long String Shorter In Php Making Big String Short
how to make long string shorter in php making big string short
how, to, make, long, string, shorter, in, php, making, big, string, short
How To Make Long String Shorter In Php Making Big String Short
Post Description: how to make long string shorter in php making big string short
POST# 474
Posted On: Fri Feb 29, 2008 12:01 pm
web hosting
Topic: How To Make Long String Shorter In Php Making Big String Short
ok, lets say you have a long string, lets say i have an image (picture) file thats very long but i want to limit the amount of the string length i ca do this.

so if i have a string like this:

$long_string = 'zzy1p89tgzw1jwol3bk7p-xicpaiuugwwo7rxpppcml1rnurl6ailtp-2mpq96qej63sd7n.gif';

now, i only keep the last 15 characters of the file name to make it short i can use this
<?php
$max_filename_chars = 15;
$long_string = 'zzy1p89tgzw1jwol3bk7p-xicpaiuugwwo7rxpppcml1rnurl6ailtp-2mpq96qej63sd7n.gif';
$long_string = substr($long_string, - $max_filename_chars);
echo $long_string;
?>

so now the value of will be 96qej63sd7n.gif



Thu Feb 28, 2008 7:07 pm
1
tony
Reply #1063
Picture 20080228-43539-jubcvatfrpaisv-p.gif
yes, i like this tutorial, it help me. thanks

What do you think?

* name:  

* email:  

* Please enter comments:


Receive Replies on my Comments
(An email will be sent to you when someone replies to your comments)

Add image to comments
yes no             upload