Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #55.0K
~2K People Reached
Favorite Tags

2 Posted Topics

Member Avatar for leemyers

[QUOTE=leemyers;1482439]Is there any easy way to find this mismatch?[/QUOTE] [CODE]<?php /* * Let's make the proposed login name OBS friendly */ $ahsayLoginName = $proposedAhsayLoginName; $ahsayLoginName = strtolower($ahsayLoginName); $code_entities_match = array(' ','--','&quot;','!','@','#','$','%','^','&','*','(',')','_','+','{','}','|',':','"','<','>','?','[',']','\',';',"'",',','.','/','*','+','~','`','='); $code_entities_replace = array('-','-','','','','','','','','','','','','','','','','','','','','','','','',''); $ahsayLoginName = str_replace($code_entities_match, $code_entities_replace, $ahsayLoginName); /* * $ahsayProfile is an internal object that contains all data …

Member Avatar for kmonroe
0
159
Member Avatar for crackerjacker

This is what I use. [URL="http://www.davee.com/scanrec/"]davee.com/scanrec[/URL] Scanner Recorder (Scanrec) is a free audio recorder that is primarily designed to record speech. It has a VOX control that allows the user to save disk space when no sound is present in the signal.

Member Avatar for H. B. Duran
0
1K

The End.