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
Elevate user security to admin in Windows 7
VB equation is slightly off
Default Printer Changes using Terminal Server
Mixing x32 and x64 apps and OS's
Script to email newly created computers. Need to add groups & users accounts also.
Sorting in Java
SQL query on a financial reporting table
SBS 2003 Backup Solution
SpellNumber
URL Rewrite