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
ESENT, Corrupt Database, Event ID 474
secure emails
Remote Desktop Services Manager snap-in hangs
Help with PHP statement
Show gridlines in visio diagram saved as jpg file.
football goal details
Asterisk 1.4 assigning outbound routes based on extension
XenDeskop on One Server
Does Crystal Reports 11.5 run on Windows 7 64 bit
Data insert wizard php/mysql