Posts by davi silva • 1 point
2 posts
-
0
votes0
answers231
viewsQ: Multi-thread concurrency control
I need to develop a Windows Service with C# that checks a table in the database (Sql Server 2008). This table has the data I need and a Status field(Ready,Processing, Processed, Error). The service…
-
-6
votes2
answers478
viewsA: When we are a variable I passed from JS to PHP it adds up
Is that you’re trying to add a string to an integer. try to convert the variable $width. ex. $width = (int) 10.9; var_dump( $width );