Microsoft
Software
Hardware
Network
Question : Using PHP to make First Initial Last Name Combination
Using php I need to turn the format "first name last name, title" such as:
Tim Johnson, CEO
into "first inital last name combined" such as:
tjohnson
Could someone share the code with me to do this?
Thanks!
Answer : Using PHP to make First Initial Last Name Combination
It had a typo:
$combined = preg_replace('/^([a-zA-Z])
[a-zA-|]+\
([a-zA-Z]+).*$/', '\1\2', $fullname);
$combined = strtolower($combined);
Random Solutions
SSRS 2008 Cascading Parameter not getting refreshed
Exchange server 2007 sp3 in server 2008 R2
Terminal Service Printers
Setting Compatibility Mode in IE8 using JavaScript
I am new to webservices, please help.
ironport encryption review
PaperPort 12
Windows 2008 - HP LaserJet 2600n drivers aren't working
AMD vs Intel? on dell's website - which has greater VM performance?
Domain rename prior to consolidation