Re: [PHP-DB] Postgre SQL query error with PHP

2005-07-04 Thread Thomas Bonham
Thanks for the help. It is working like it should. Next on the query parameters. Again Thanks for the help. Thomas On 7/2/05, Martín Marqués wrote: > El Sáb 02 Jul 2005 14:21, John DeSoi escribió: > > > > On Jul 2, 2005, at 9:17 AM, Thomas Bonham wrote: > > > > > If you wouldn't mind look over

Re: [PHP-DB] Postgre SQL query error with PHP

2005-07-02 Thread Martín Marqués
El Sáb 02 Jul 2005 14:21, John DeSoi escribió: > > On Jul 2, 2005, at 9:17 AM, Thomas Bonham wrote: > > > If you wouldn't mind look over this error to I would be very nice. > > The error that I'm have now is the following. It is probely very > > sample, but I'm still learning php so not for me it

Re: [PHP-DB] Postgre SQL query error with PHP

2005-07-02 Thread John DeSoi
On Jul 2, 2005, at 9:17 AM, Thomas Bonham wrote: If you wouldn't mind look over this error to I would be very nice. The error that I'm have now is the following. It is probely very sample, but I'm still learning php so not for me it not. There is an example here, that I think will help you.

Re: [PHP-DB] Postgre SQL query error with PHP

2005-07-02 Thread Thomas Bonham
Thank. The grant work. If you wouldn't mind look over this error to I would be very nice. The error that I'm have now is the following. It is probely very sample, but I'm still learning php so not for me it not. Error: Connection to Data Base established Notice: Uninitialized string offset: 1 in

Re: [PHP-DB] Postgre SQL query error with PHP

2005-07-02 Thread John DeSoi
On Jul 1, 2005, at 9:37 PM, Thomas Bonham wrote: Error: Connection to Data Base established Warning: pg_query(): Query failed: ERROR: permission denied for relation property in /var/www/html/thomas/cis166ae/database/web_users/dan/newrow.php on line 20 Warning: Wrong parameter count for pg_num_

[PHP-DB] Postgre SQL query error with PHP

2005-07-01 Thread Thomas Bonham
Hello All, I'm having a problem setting up the query with postgreSQL. I can do what I won't for the command line but it error when I try it with the PHP functions. My errors and code are below. CODE: \n"; } pg_close($dbconn); ?> Error: Connection to Data Base established Warning: pg_query(): Quer