Discussion:
Error handling
Dale Schmitz
2018-03-11 16:46:05 UTC
Permalink
Can anyone recommend a good book on PostgreSQL/PHP error handling? I'm
looking for a kind of "start here" book, a primer, that offers a
simple-to-complex approach. There are lots of books on the subject of PHP
and PostgreSQL but I'd like something, if it exists or is even part of a
larger book, that covers error handling from a beginner's perspective.



I've been reading the PHP online manuals on the subject but I find them
somewhat devoid (might be a bad choice of words here) of a top-down
structure to this subject. I've tried programming a few of the examples but
I'm not getting any returns like I've expected, so I assume I'm missing
something basic. The online manuals are just a reference after all, and not
a structured approach.



Any guidance is appreciated, and thanks.



Dale
James Keener
2018-03-11 16:51:51 UTC
Permalink
What kind of error handling? What have you tries? What happened? What were you expecting?
Post by Dale Schmitz
Can anyone recommend a good book on PostgreSQL/PHP error handling? I'm
looking for a kind of "start here" book, a primer, that offers a
simple-to-complex approach. There are lots of books on the subject of PHP
and PostgreSQL but I'd like something, if it exists or is even part of a
larger book, that covers error handling from a beginner's perspective.
I've been reading the PHP online manuals on the subject but I find them
somewhat devoid (might be a bad choice of words here) of a top-down
structure to this subject. I've tried programming a few of the
examples but
I'm not getting any returns like I've expected, so I assume I'm missing
something basic. The online manuals are just a reference after all, and not
a structured approach.
Any guidance is appreciated, and thanks.
Dale
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
Dale Schmitz
2018-03-12 18:32:46 UTC
Permalink
I was informed that this might not be the right forum for my question since it involves PHP more than PostgreSQL. I've moved it to another site, but thanks for responding.
Post by James Keener
What kind of error handling? What have you tries? What happened? What were you expecting?
Can anyone recommend a good book on PostgreSQL/PHP error handling? I’m looking for a kind of “start here” book, a primer, that offers a simple-to-complex approach. There are lots of books on the subject of PHP and PostgreSQL but I’d like something, if it exists or is even part of a larger book, that covers error handling from a beginner’s perspective.
I’ve been reading the PHP online manuals on the subject but I find them somewhat devoid (might be a bad choice of words here) of a top-down structure to this subject. I’ve tried programming a few of the examples but I’m not getting any returns like I’ve expected, so I assume I’m missing something basic. The online manuals are just a reference after all, and not a structured approach.
Any guidance is appreciated, and thanks.
Dale
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
Loading...