すべてのコードは次のとおりです。
$(document).ready(function(){
$('#sub').click(function() {
var r = confirm("سلام")
if (r==true){
var in_code=document.getElementsByName("code")[0].value;
var echo="<?php
include ('conect.php');
$res2=mysql_query("select * from products where code=".echo('document.write(in_code);');." ");
$row2=mysql_fetch_array($res2);
echo $row2['name'];
?>"
alert(echo); }
else {
document.getElementById("frm1").reset();
}
この行のエラーで:
$res2=mysql_query("select * from products where code=".echo('document.write(in_code);');." ");
echo('document.write(in_code);'); 仕事ではありません
彼またはそれを修正する方法はより良くなりましたか?