ホームページ >バックエンド開発 >PHPチュートリアル >echo からの入力では onclick イベントを呼び出すことができません。助けてください。
エコー出力の入力は onclick イベントを使用できません 求高手
require_once 'SqlHelper.class.php';
$SqlHelper=new SqlHelper();
$sql="select * from user1";
$res=$SqlHelper->execute_dql($sql);
$fields=mysql_num_fields($res);
$rows=mysql_num_rows($res);
echo "
"; | $fieldname | ";
---|---|
"; | $row[$i] | ";