Random Post: PHP Session Security Issues
RSS .92| RSS 2.0| ATOM 0.3
  • Home
  • About Me
  • My Publications
  • My Work Domain
  • phpResource Feeds
  •  

    Security Flaws For eval()

    We know eval() evaluates the given string as PHP code. This can be dangerous in our PHP applications. So it should be avoided if possible OR we need to make it secured by checking the code before executing eval() especially if you are planning to execute user input.

    Enjoy PHPing !!
    [Rupom]

    One Response to “Security Flaws For eval()”

    1. Riyadh Says:

      Can you explain this security issue more clearly?

    Leave a Reply

    You must be logged in to post a comment.