Posts by José • 39 points
2 posts
-
1
votes2
answers16023
viewsA: How to Update PHP Version on Wampserver?
I think you want this: 1º: Download the latest version of php here [http://www.baixaki.com.br/download/php.htm1 2nd: Assuming you use Windows OS and made the default installation goes on C: wamp bin…
-
2
votes1
answer134
viewsQ: How to change the Prepared Statement wildcard value?
Suppose I have an appointment with prepare that is this way: select senha from usuarios where id=? //or id2=?, array($id,$id2); (é só um exemplo). My intention is to change the ? by any other value…