Mário Gamito wrote:
I have the code of a function to generate a random 10 character long
password following my signature.

To test it i do:

$clearpass = create_pass();
print('Clear: ' . $clearpass);
die();

But the output is only "Clear:"

Why isn't it working ?

Works fine here: http://dev.stut.net/php/mario.php

-Stut

--
http://stut.net/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to