Re: wouldn't insert - Mailing list pgsql-php

From brew@theMode.com
Subject Re: wouldn't insert
Date
Msg-id Pine.BSF.4.58.0407091459400.2007@themode.com
Whole thread Raw
In response to wouldn't insert  ("Elijah O. Alcantara" <elijah@asti.dost.gov.ph>)
Responses Re: wouldn't insert
List pgsql-php
Elijah.....

> There are no errors whatsoever, must be something wrong with the logic
> somewhere...

What I do when I can't find errors is break down the code into
smaller steps and add error checking.

Make the connection and check the return value.

Put together the sql statement and print it.

Query the database and check the return value.

and so forth.....

Check php.net to see some examples of error checking.

On another note, if I'm only working with only one db I just connect once
near the start of the script and then use that connection for the
subsequent calls.

brew

 ==========================================================================
                  Strange Brew   (brew@theMode.com)
     Check out my Musician's Online Database Exchange (The MODE Pages)
                        http://www.TheMode.com
 ==========================================================================


pgsql-php by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: Secure DB Systems - How to
Next
From: "Chris"
Date:
Subject: Re: wouldn't insert