in reply to Re: How do i check if a mysql database is empty?
in thread How do i check if a mysql database is empty?

$email="" does not do what you think. It assigns the empty string to $email. No comparison takes place.

--
3dan

  • Comment on Re: Re: How do i check if a mysql database is empty?