Asked by breeze351
at 2024-07-20 12:33:52
Point:500 Replies:4 POST_ID:829038USER_ID:11780
Topic:
PHP Scripting Language;;
I have code that did work. Now I'm getting this error from the page:
Warning: number_format() expects parameter 1 to be double, string given in /home/mrbreeze/public_html/chris/Survey_Display.php on line 411
The code in the php is:
411: $work = number_format("$ROW[STORE]");
412: echo $work;
413: echo "<br>";
WTF?
Warning: number_format() expects parameter 1 to be double, string given in /home/mrbreeze/public_html/chris/Survey_Display.php on line 411
The code in the php is:
411: $work = number_format("$ROW[STORE]");
412: echo $work;
413: echo "<br>";
WTF?