Posts by rafaslide • 99 points
8 posts
-
0
votes2
answers571
views -
0
votes2
answers571
views -
1
votes1
answer521
viewsQ: How to dynamically add and remove fields generated via Cakephp?
Hello. I have a <select> which is powered by database data. I need to manipulate this select and multiply it if the user wishes to send two different data. How the <option>s depend on…
-
0
votes1
answer1764
viewsQ: Integration Cielo Woocommerce
Use Woocommerce and I’m trying to implement the payment through Cielo using the Gabriel Reguly plugin. https://github.com/greguly/cielo-woocommerce/ However, when I am on the checkout page and…
-
0
votes0
answers28
viewsQ: Different Mysql server error than I configured
I am using PHP and tried to connect to a different server than the one the site is running, using the function: $servidor = "example.com"; $usuario = "meu_usuario"; $senha = "senha"; $conecta =…
-
-1
votes1
answer255
viewsQ: Error loading PDO extension
I transitioned from my site using personnel but on the new server it accuses the following error: The PDO Extension is required for this Adapter but the Extension is not Loaded Note: I’ve already…
-
6
votes2
answers4329
viewsQ: String to Double Asp.NET C#
I need to convert a String value (returned by the database) to Double but when I do, it simply modifies the value. Example: the database returns 22.5, when I convert to Double at 225.0. String…
-
2
votes3
answers3702
views