Re: [PHP] explain to what's going with this piece of code.

2005-08-25 Thread wayne
On Thu, 2005-08-25 at 10:55 +0300, Burhan Khalid wrote: > wayne wrote: > > When I run a script from a package I download, it always > > bombs out on this section. I think that its getting > > the wrong parameters when it tries to make the Connection. > > I use PostgreSQL as my DB.Moodle is the name

Re: [PHP] explain to what's going with this piece of code.

2005-08-25 Thread Burhan Khalid
wayne wrote: When I run a script from a package I download, it always bombs out on this section. I think that its getting the wrong parameters when it tries to make the Connection. I use PostgreSQL as my DB.Moodle is the name of the database and the user is moodleuser. I do not have a password on

[PHP] explain to what's going with this piece of code.

2005-08-24 Thread wayne
When I run a script from a package I download, it always bombs out on this section. I think that its getting the wrong parameters when it tries to make the Connection. I use PostgreSQL as my DB.Moodle is the name of the database and the user is moodleuser. I do not have a password on this DB. //==