> Working on a site that needs some billing information.  Once upon a time
> done in ASP where we had the option to use the FormatPercent command - is
> there an equivalent command within PHP?

Couldn't you just use number_format() and stick a % sign in there
yourself?

-Rasmus


-- 
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 administrators, e-mail: [EMAIL PROTECTED]

Reply via email to