in reply to Re: •Re: username and password verification from a table in Postgres
in thread username and password verification from a table in Postgres

Consider the case where $username is "Joe Blow". Without quoting, the space would interpolate, rendering illegal SQL.

  • Comment on Re(3): username and password verification from a table in Postgres
  • Download Code