This question asks which statement is NOT true (i.e., which is false). Option D claims 'PHP can not be embedded into html,' which is a false statement because PHP CAN indeed be embedded into HTML using PHP tags. Options A, B, and C are all true statements: PHP can develop web apps, PHP makes websites dynamic by generating content server-side, and PHP scripts are interpreted rather than compiled (though modern PHP can be compiled via various tools, the statement uses 'can not' which is technically accurate for traditional usage).