lynsey
PRESENTED BY
3 SLIDES
164 VUES
30 LIKES

Chapter 16

DESCRIPTION

Chapter 16. Securing Your Code. Cross Site Scripting. http://cscdb.nku.edu/csc301/frank/pasha9/estimates.html echo &quot;myJob (fixed): &quot;, htmlentities($myJob), &quot;&lt;br /&gt;&quot;; echo &quot;myJob: &quot;, $myJob, &quot; &lt;/p&gt;<br>&quot;;. htmlentities. See Page 372

1 / 3

Télécharger la présentation

Chapter 16

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chapter 16 Securing Your Code

  2. Cross Site Scripting • http://cscdb.nku.edu/csc301/frank/pasha9/estimates.html echo "myJob (fixed): ", htmlentities($myJob), "<br />"; echo "myJob: ", $myJob, " </p>\n";

  3. htmlentities • See Page 372 • “Entities are converted into output by the HTML client (web browser) and not considered part of the markup.

More Related