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
Microsoft Information Store stalling issues
Reverse DNS does not match SMTP Banner
Scheduled Tasks to perform daily export of W2K3 server Event Viewer Logs.......
Pass recordset from local sql server to remote sql server using access adp
Intermittent internet connectivity for PCs in small remote office
DAG & CAS array configured but it's not failover
Net Use returns "System error 64 has occurred. The specified network name is no longer available."
Deploying SharePoint project to Production Server
How do I link combo boxes to select query in a form?
How to run db2 script from control center windows