Re: [PHP-DB] Will PHP work with IBM DB2 dbms?

2003-01-10 Thread Jeremy Wood
Here's a a site that has the basics. I got a whole lot of matches with   db2
php at google.


Jeremy
- Original Message -
From: "Jack Schroeder" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 10, 2003 8:54 AM
Subject: [PHP-DB] Will PHP work with IBM DB2 dbms?


> Can anyone tell me if I can use PHP with a IBM DB2 database management
> system, running on a AIX Unix server?
>
> Thanks
>
> Jack Schroeder
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DB] Will PHP work with IBM DB2 dbms?

2003-01-10 Thread Jeremy Wood
http://www7b.software.ibm.com/dmdd/library/techarticle/scott/0614_scott.html
is a good place to start. Also search google for db2 php...i got a lot of
hits...Sorry if anyone get this msg twice. :)

Jeremy
- Original Message -
From: "Jack Schroeder" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 10, 2003 8:54 AM
Subject: [PHP-DB] Will PHP work with IBM DB2 dbms?


> Can anyone tell me if I can use PHP with a IBM DB2 database management
> system, running on a AIX Unix server?
>
> Thanks
>
> Jack Schroeder
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DB] MySQL connectiviy

2002-11-22 Thread Jeremy Wood
Ok i found that package and I also got pgsql working so Ill just use that if
I dont ahve any success. Thanks for all the help.

Jeremy


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DB] MySQL connectiviy

2002-11-22 Thread Jeremy Wood

- Original Message -
From: "Jason Wong" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 22, 2002 1:27 PM
Subject: Re: [PHP-DB] MySQL connectiviy


> On Saturday 23 November 2002 02:34, Jeremy Wood wrote:
> > Hello all,
> > I'm new to PHP and would like to start using mySQL (or postgresql) but I
> > keep having one problem. In a php file i have a simple call to the
function
> > mysql_connect()
> >
> > but i constantly get the error
> > Fatal error: Call to undefined function: mysql_connect()
> >
> > MySQL support was installed with
> > --with-mysql=shared,/usr'
> > This is the redhat 8.0 default. I guess it just can't find the function
> > library.
> >
> > Any pointers any one could give would be really appreciated.
>
> Have you installed the "php-mysql*.rpm" ?
>
> --
> Jason Wong -> Gremlins Associates -> www.gremlins.biz
> Open Source Software Systems Integrators
> * Web Design & Hosting * Internet & Intranet Applications Development *
>
>
> /*
> Computer programs expand so as to fill the core available.
> */
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DB] MySQL connectiviy

2002-11-22 Thread Jeremy Wood
No, I was unable to find a new version of it. Is there a version for php 4.2
?



Jeremy



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DB] MySQL connectiviy

2002-11-22 Thread Jeremy Wood
Hello all,
I'm new to PHP and would like to start using mySQL (or postgresql) but I keep having 
one problem. 
In a php file i have a simple call to the function
mysql_connect()

but i constantly get the error
Fatal error: Call to undefined function: mysql_connect() 

MySQL support was installed with
--with-mysql=shared,/usr' 
This is the redhat 8.0 default. I guess it just can't find the function library.

Any pointers any one could give would be really appreciated.
Thanks,
Jeremy Wood