Questions tagged as 'bind'

1
answer

Mysqli bind with an array of values

I have a code in PDO and I need to convert this code to mysqli, at this moment I have something like that: $sql = "SELECT * from tabela where nome = ? AND idade = ? AND outro = ?"; $stmt = $core->conn->prepare($sql); $bindArray = array...
asked by 04.12.2015 / 12:56
1
answer

Problem with bindParam - PHP

I'm having problems with bindParam, could anyone help me? I have a code for user registration in the bank ... <?php require_once 'init.php'; // Pega os dados do formulario $nome = isset($_POST['nome']) ? $_POST['nome'] : null; $nascime...
asked by 28.12.2016 / 01:18
1
answer

Delegating Subdomain Bind9 to AWS Route53

Hello, I have a properly configured Bind9 server and would like to configure it to delegate a subdomain to the AWS Route53 service. For example. My domain configured in Bing9 is example.org I would like the testing.example.org subdomain to be...
asked by 05.05.2016 / 23:55
0
answers

How to do a reload on a directive with type A restriction?

I have an application in AngularJS that has the following problem: Every time I access my view using: $ location.path ('/ my-url'); Restricted directive of type 'A' simply is not loaded normally. <ui-carrousel {atributos}></u...
asked by 31.10.2017 / 21:05
1
answer

Is there any way to make a component hear a React Native function?

I need to bind to a function that returns me if an item is checked or not, however the function that returns this is only executed once, is there a way to bind to this function? <List dataArray={this.state.talhoes} renderRow={(talha...
asked by 14.10.2017 / 21:44
1
answer

How do I always when the Down key is pressed and win +10? (Python3 + Tkinter)

from tkinter import * from tkinter import messagebox jan = Tk() jan.geometry("500x500") Quadrado = Frame(jan,bg="#B0C4DE", width=25, height=25, bd=3, relief="raise") Quadrado.place(x=50, y=50) def moveUp(event): print("Key Up") jan.bi...
asked by 06.09.2018 / 03:28
1
answer

Docker - Redirect DNS to another DNS

Hello, I'm migrating a very old system made in PHP 5.2, however it does not have 1 file for database configuration, so all connections to the database are made locally in all files, which would be almost impossible to change manually. I th...
asked by 20.06.2017 / 15:43
0
answers

How to use bind_param without repeating variables

This code here inserts the parcels of a payment, the m1, m2, m3 and etc are variables that add a month to the current date, for example $m1 = date('Y-m-d',strtotime("+1 month")); $stmt20 = $conexao->prepare(" INSERT INTO esc_...
asked by 07.12.2018 / 15:52
0
answers

configures bind9 dmz

I am trying to configure a dns server ns1 and ns2, I have 2 ip public and I am redirecting them myself using DMZ My zone setting and the following $TTL 3600 @ IN SOA ns1.jeasyui.com.br. jeasyui.com.br. (...
asked by 24.10.2018 / 20:51