Re: [PHP-DB] UNION ALL query help

2010-04-26 Thread maarten
Your union creates a table called rss_feed. This table has 4 columns (page_title, last_update, article and reference) from which you try to select the unknown column 'title'. So basicly, exactly what your db is telling you. If it doesn't make sense, strip the outer select and see what your

Re: [PHP-DB] Problem with pg_prepare - PostgresSQL

2010-04-26 Thread Chris
Giancarlo Boaron wrote: Hi all. I'm receiving the following message when I try to use pg_prepare() function: Call to undefined function pg_prepare(). My application works very well with others pg_* commands... What version of php do you have? This came in with 5.1.0 according to the