Re: [SQL] [PHP] PEAR Problem

2001-10-15 Thread Dan Wilson
This is caused by the fact that PostgreSQL is case insensitive. In order for it to actually take the case into account, you need quote your field names and table names. So your query would then be: select "NetCode","NetworkName" from "NetworkTab"; Then you would be able to access the fields wit

Re: [GENERAL] Re: [PHP-DB] Re: [SQL] a script that queries database periodically

2000-12-04 Thread Dan Wilson
> Jason wrote: > > > > aolserver is a web/application server. PHP is a server-side scripting > > language. Why exactly *should* it have a job scheduler? > > > > Some (such as myself) might also ask why should a web server have a job > > scheduler, but that's a thread for a different list :) > >