Recent content by Navindra S

  1. N

    How do u configure a php file so that it saves the username/password?

    You can inject it into an SQL database.
  2. N

    How do u configure a php file so that it saves the username/password?

    You can inject it into an SQL database.
  3. N

    What is stored in $bonus after this code is processed (PHP programing) ?

    This is a very simple example of what is known as "code tracing." Trace it, following the logic. First, $carsSold = 8. It checks the first conditional, and since 8 < 10, $bonus = 0.00; It checks the second conditional, and since 8 is also <20, $bonus = 100.00; The else block only applies to...
  4. N

    High school news paper?

    Music. Write about bands you dislike. It's more interesting to read about stuff someone hates than to read about stuff they like, as long as they've got good reasoning to backup their arguments.
Back
Top