-3
私はonblur関数を実行しているフィールドを持っており、そのフィールドの値を送信する必要がありますが、実際に誰かが私に手を差し伸べる方法がわからないのですか?それは、サーバーへのフィールドデータを送信することになるとonblurで変数を送信する
$condicion .= $nombremetadato['campoDocumentoPropiedad'].' = ? and ';
$condicion = substr($condicion, 0, strlen($condicion)-4);
$cond = ''; //This is the value I want Arrives from The Other Form
$consulta = DB::Select(DB::raw('SELECT '.$campos.' from '.$nombremetadato['tablaDocumento'].' where '.$condicion.''), array($cond));
準備、私がっ試してみてください。 –
あなたが答えが好きな人は、私にプラスできます;) – Hektor