Connecting Tech Pros Worldwide Help | Site Map

PHP and informix

Danny De Koster
Guest
 
Posts: n/a
#1: Jul 17 '05
Hi all,

I'm discovering what we can do with PHP and our database INFORMIX IDS 9.4.
I saw that ifx_connect existes, but when I put that in my test.php file, the
system
does not know that function.
I found that a PHP informix driver must be made, but I really don't see what
to do.
Has anybody an example of hit which I can use as exemple?
I found a file php.ini, but what do I need to give?


Thanks,
Danny


Sean
Guest
 
Posts: n/a
#2: Jul 17 '05

re: PHP and informix


On Mon, 17 Jan 2005 14:16:52 +0100, "Danny De Koster"
<ddk@fidelity-soft.be> reverently intoned upon the aether:
[color=blue]
> Hi all,
>
> I'm discovering what we can do with PHP and our database INFORMIX IDS 9.4.
> I saw that ifx_connect existes, but when I put that in my test.php file, the
> system
> does not know that function.
> I found that a PHP informix driver must be made, but I really don't see what
> to do.
> Has anybody an example of hit which I can use as exemple?
> I found a file php.ini, but what do I need to give?[/color]

A glance at the manual yields:


===========================================

To be able to use the functions defined in this module you must
compile your PHP interpreter using the configure line
--with_informix[=DIR], where DIR is the Informix base install
directory, defaults to nothing.

===========================================

Hitting google yields:

http://www.prstech.com/src/php/php_i...es_on_php.html

The directions look reasonable so long as nothing goes wrong.

If that fails, keep looking:

http://www.google.com/search?q=PHP+and+informix

Note the 'and' in the query affects the results.

enjoy,

Sean




"In the End, we will remember not the words of our enemies,
but the silence of our friends."

- Martin Luther King Jr. (1929-1968)

Photo Archive @ http://www.tearnet.com/Sean
Last Updated 29 Sept. 2004
R. Rajesh Jeba Anbiah
Guest
 
Posts: n/a
#3: Jul 17 '05

re: PHP and informix


Danny De Koster wrote:[color=blue]
> I'm discovering what we can do with PHP and our database INFORMIX IDS[/color]
9.4.[color=blue]
> I saw that ifx_connect existes, but when I put that in my test.php[/color]
file, the[color=blue]
> system
> does not know that function.
> I found that a PHP informix driver must be made, but I really don't[/color]
see what[color=blue]
> to do.
> Has anybody an example of hit which I can use as exemple?
> I found a file php.ini, but what do I need to give?[/color]

When posting questions like this, you should also specify your OS,
PHP version, etc.

--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

Danny De Koster
Guest
 
Posts: n/a
#4: Jul 17 '05

re: PHP and informix


Sorry,

Linux SuSe 8.2
PHP 4.2.2


"R. Rajesh Jeba Anbiah" <ng4rrjanbiah@rediffmail.com> schreef in bericht
news:1105987057.600815.247020@f14g2000cwb.googlegr oups.com...[color=blue]
> Danny De Koster wrote:[color=green]
> > I'm discovering what we can do with PHP and our database INFORMIX IDS[/color]
> 9.4.[color=green]
> > I saw that ifx_connect existes, but when I put that in my test.php[/color]
> file, the[color=green]
> > system
> > does not know that function.
> > I found that a PHP informix driver must be made, but I really don't[/color]
> see what[color=green]
> > to do.
> > Has anybody an example of hit which I can use as exemple?
> > I found a file php.ini, but what do I need to give?[/color]
>
> When posting questions like this, you should also specify your OS,
> PHP version, etc.
>
> --
> <?php echo 'Just another PHP saint'; ?>
> Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
>[/color]


R. Rajesh Jeba Anbiah
Guest
 
Posts: n/a
#5: Jul 17 '05

re: PHP and informix


[top-post fixed]
Danny De Koster wrote:[color=blue]
> "R. Rajesh Jeba Anbiah" <ng4rrjanbiah@rediffmail.com> schreef in[/color]
bericht[color=blue]
> news:1105987057.600815.247020@f14g2000cwb.googlegr oups.com...[/color]
<snip>[color=blue][color=green]
> > When posting questions like this, you should also specify your OS,
> > PHP version, etc.[/color]
> Sorry,
>
> Linux SuSe 8.2
> PHP 4.2.2[/color]

I don't know much about *nix flavours; but if I'm right you may need
to compile it manually. Isn't phpinfo() helpful for you?

--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

Sean
Guest
 
Posts: n/a
#6: Jul 17 '05

re: PHP and informix


On 18 Jan 2005 09:37:31 -0800, "R. Rajesh Jeba Anbiah"
<ng4rrjanbiah@rediffmail.com> reverently intoned upon the aether:
[color=blue]
> [top-post fixed]
> Danny De Koster wrote:[color=green]
> > "R. Rajesh Jeba Anbiah" <ng4rrjanbiah@rediffmail.com> schreef in[/color]
> bericht[color=green]
> > news:1105987057.600815.247020@f14g2000cwb.googlegr oups.com...[/color]
> <snip>[color=green][color=darkred]
> > > When posting questions like this, you should also specify your OS,
> > > PHP version, etc.[/color]
> > Sorry,
> >
> > Linux SuSe 8.2
> > PHP 4.2.2[/color]
>
> I don't know much about *nix flavours; but if I'm right you may need
> to compile it manually. Isn't phpinfo() helpful for you?[/color]

Look at the first link I posted. It gives explicit instructions on
how to build it.

enjoy,

Sean


"In the End, we will remember not the words of our enemies,
but the silence of our friends."

- Martin Luther King Jr. (1929-1968)

Photo Archive @ http://www.tearnet.com/Sean
Last Updated 29 Sept. 2004
Closed Thread