Re: What is my Mistake?

[email protected] (Jim Giner) Tue, 24 Jun 2014 09:39:27 -0400
Newsgroups php.db
Message-ID <[email protected]>
Ethan -
You say your script stops here :  echo 'here3';  To be sure, you mean 
that the script DOES echo out 'here3' or does NOT get there?  I'm going 
to guess that it does get to that echo statement but the very next one 
is going to kill you because you cannot echo out a resource.

ONCE AGAIN - do you have php error checking turned on as you've been 
told many many times?