Posts by Rodrigo Prazim • 101 points
2 posts
-
0
votes2
answers39
viewsA: Function error when used on another page
Try to make the following change in both functions. function getMemberByUsername($username='') { $db_handle = new DBController(); $query = "Select * from members where member_name = ?"; $result =…
-
0
votes4
answers12892
viewsA: How to convert float number to spellnumber in PHP?
Source: https://recursosdophp.blogspot.com.br/2012/04/ola-seguidores-do-php-bom-eu-fiz.html That was the best job I could find. You can test with all possible values, if you find an error, warns…
phpanswered Rodrigo Prazim 101