• Welcome to forex.pm forex forum binary options trade. Please login or sign up.
 

jsonRPCClient Error with php variables

Started by Bitcoin, Apr 01, 2022, 06:22 am

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Bitcoin

jsonRPCClient Error with php variables

I am trying to run the following code



$betamount=$_POST['bet']; 
$litecoin->move($myusername,Admin,$betamount);


but it will not work. it does however work when i replace $betamount with an actual number ie



$litecoin->move($myusername,Admin,0.2);


or



$betamount=0.1; 
$litecoin->move($myusername,Admin,$betamount);


any ideas on whats going wrong ? the $_POST['bet'] is defiantly a number because i have tried multiplying in php and it all works fine.


Source: jsonRPCClient Error with php variables