DrTrans Posted August 26, 2009 Share Posted August 26, 2009 $ownerfname = strtolower($row['First']); now for example $ownerfname = "john" i only need the "j" can u please help. this has got to be simple.. i tried split(); but didnt work. then i need it to join so it makes $firstinital and $ownerlname = $newvariable = jsmith Link to comment https://forums.phpfreaks.com/topic/171892-solved-only-need-the-first-character/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.