mirror of
https://github.com/php/presentations.git
synced 2026-03-24 15:42:33 +01:00
12 lines
329 B
XML
12 lines
329 B
XML
<slide title="User Input">
|
|
|
|
<image filename="users.jpg" align="right" />
|
|
|
|
<blurb fontsize="4em">
|
|
Many errors in PHP, or any other scripting language can be traced to invalid
|
|
user input, which was not properly validated by the application.
|
|
</blurb>
|
|
|
|
<example filename="user_input.php" type="php" title="Common Errors" />
|
|
|
|
</slide> |