joebudden Posted April 16, 2007 Share Posted April 16, 2007 how can i get the first letter of a string into a variable ??? $var = "variable"; then get the first letter into a variable $v = "v"; any help appreciated Link to comment https://forums.phpfreaks.com/topic/47311-solved-quick-question/ Share on other sites More sharing options...
HeyRay2 Posted April 16, 2007 Share Posted April 16, 2007 http://www.php.net/manual/en/function.substr.php Link to comment https://forums.phpfreaks.com/topic/47311-solved-quick-question/#findComment-230797 Share on other sites More sharing options...
joebudden Posted April 16, 2007 Author Share Posted April 16, 2007 nice one boss Link to comment https://forums.phpfreaks.com/topic/47311-solved-quick-question/#findComment-230798 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.