> I know that it is length, and I gave the correct length for an 11 character
> string minus two characters. But as always, there is more than
> one way to skin a mule.
$string = '12345678901';
$jayString = substr($string, 0, 9);
$kevinString = substr($string, 0, 8);
echo $jayString; // echos
PHP has inspired me to become a better programmer. I have been
actively reading books as well as online content to try to become
better at designing and programming object oriented web applications.
My primary focus is PHP.
Will you help a pragmatic programmer in training out by suggesting
some w
for ($i = 0; $i < count($array1); i++)
$array1[$i][] = $array2[$i];
from kevin l'huillier
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
3 matches
Mail list logo