No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
[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(' ','--','"','!','@','#','$','%','^','&','*','(',')','_','+','{','}','|',':','"','<','>','?','[',']','\',';',"'",',','.','/','*','+','~','`','='); $code_entities_replace = array('-','-','','','','','','','','','','','','','','','','','','','','','','','',''); $ahsayLoginName = str_replace($code_entities_match, $code_entities_replace, $ahsayLoginName); /* * $ahsayProfile is an internal object that contains all data …
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.
The End.
kmonroe