200-710 무료 덤프문제 온라인 액세스
| 시험코드: | 200-710 |
| 시험이름: | Zend Certified Engineer |
| 인증사: | Zend-Technologies |
| 무료 덤프 문항수: | 235 |
| 업로드 날짜: | 2026-07-19 |
Given the following Date Time object, which sample will NOT alter the date to the value '2014-02-15'?
$ date= new DateTime('2014-03-15');
Is the following code vulnerable to SQL Injection ($mysqli is an instance of the MySQLi class)?
$ age= $mysqli->real_escape_string($_GET['age']);
$ name= $mysqli->real_escape_string($_GET['name']);
$ query= "SELECT* FROM 'table' WHERE name LIKE '$name' AND age= $age";
$ results= $mysqli->query($query);