[PHP] ISO-8859-2 to Windows-1250

2001-08-16 Thread Tom Kubi
Hi, is there any function which can converts strings from ISO-8859-2 to Windows-1250? Thanks for your answers. Tomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

[PHP] posix_getpwnam

2001-08-13 Thread Tom Kubi
Hi, I`m using function posix_getpwnam. Its works correctly. But The result for param passwd is only "x". I know why is it. Because i have save unix users passwords in shadow file,not in passwd file, there is only "x". Is there some function,which param is encrypted(MD5) password in PHP? I