Page is a not externally linkable
- Code, Content, and Presentation
-- PHP Server Side Scripting
---- Wordpress Shortcode and number format integration


calvinmicklefinger - 5:41 am on Sep 17, 2009 (gmt 0)


Hi,

I have a wordpress blog whith a search and replace plugin that inserts strings into text using a "shortcode."

I am trying to use thie number_format function to reformat the numeric strings.

For example, if my shortcode represents the number 12345 and I want it to be formatted as $12,345 I am using this code ...

<?php
$new_num = $[shortcode]
$formatted_number = number_format($new_num, , ,',');
echo ('$' . $formatted_number);
?>

I get nothing.

What did I miss?

Thanks in advance,
Kirk


Thread source:: http://www.webmasterworld.com/php/3990731.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com