Link to home
Start Free TrialLog in
Avatar of Tara Jones
Tara Jones

asked on

Go Big or go home

what does this mean Warning: number_format() expects parameter 1 to be double, string given in /home/fmptrcom/public_html/scripts/includes/show_minimum_payout.inc.php on line 7
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

It means what it says.  Show us the code that is causing the error message.
http://php.net/manual/en/function.number-format.php
number_format("Chicken") will give this error
What it is expecting is something like this
number_format(123.45,4);

Open in new window

Or
number_format("-234.5677",2);

Open in new window

This question needs an answer!
Become an EE member today
7 DAY FREE TRIAL
Members can start a 7-Day Free trial then enjoy unlimited access to the platform.
View membership options
or
Learn why we charge membership fees
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.