Posts by KveRa • 324 points
4 posts
-
14
votes3
answers6437
viewsA: Inaccurate result in broken numbers calculation
I think the first part of the question is already well answered.. :) As for the second, in Javascript you can format your number in fixed-point using the method Number.prototype.toFixed() The method…
-
2
votes1
answer967
viewsA: Webrtc Javascript with Java/PHP server
Felipe, Your question is about the Webrtc "client" or the server that will be responsible for Signaling (message exchange)? If it is server related, there are several Websocket projects in PHP, such…
-
2
votes1
answer1195
viewsA: Why does ob_get_clean wipe memory without starting the buffer with ob_start()?
Yes, there is. In his php.ini how the option is configured output_buffering ? output_buffering=On Activates the automatic output buffer. You can disable it: output_buffering=Off or specify buffer…
-
2
votes2
answers987
viewsA: Gridview ASP.NET c# data from the same table
Is it possible? Of course it is. But if you really want to get help with your case, you need to provide more specific details as @tchicotti suggested. With what is possible to understand with your…