[PHP] PHP Informix Win

2002-10-07 Thread Juraj Hasko

Hello,

I would like to know if someone uses PHP (on Win[9x,2k,xp]) connection
to Informix server in other way than trough ODBC. I'm trying do it, but
without any success.
Thank you in advance.

Juraj Hasko



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




[PHP] RE: Can't Connect to INFORMIX DB

2002-06-05 Thread Juraj Hasko

Hi,

1. PHP native function for Informix will not work, because there is missing 
php_ifx.dll extension in latest PHP 4.2.1 bundle for win32.

2. you have probably error in instalation of Infomix ODBC drivers. The file 'csql.iem' 
is part of standart instalation. Check your instalation ...

Juraj
System Administrator

CAC LEASING Slovakia, a.s.
mailto:[EMAIL PROTECTED]
http://www.cacleasing.sk

-Original Message-
From: Gastn [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 04, 2002 8:19 PM
To: [EMAIL PROTECTED]
Subject: Can't Connect to INFORMIX DB


Hi,
I need some help (or maybe a lot), to get PHP connecting to my 
Informix DB.
I'm pretty new to PHP, and i don't have a clue of what i'm doing wrong.

I'm using IIS 4.0 under Win NT 4.0.
with PHP 4.2.1

I've tried to connect throw ODBC driver, and directly from 
native functions
but both fail.
The messages are:
When i use ODBC:
Warning: SQL error: [INTERSOLV][ODBC Informix 
driver][Informix]Cannot open
file 'csql.iem' , SQL state S1000 in SQLConnect

When i use native functions:
PHP Warning: Unable to load dynamic library
'C:\Php421\extensions\php_ifx.dll' - The specified procedure 
could not be
found. in Unknown on line 0


Thanks,
Gastn.





[PHP] RE: ODBC for Informix

2002-05-23 Thread Juraj Hasko

Hi,

ODBC drivers should be installed on server, you can download latest Informix SDK w/ 
ODBC drivers from IBM:
http://www6.software.ibm.com/devcon/devcon/docs/clnt27wx.htm

Juraj

-Original Message-
From: Kevin Meredith [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 22, 2002 3:22 PM
To: PHP
Subject: ODBC for Informix


Hi there.

Could someone please tell me where I could get hold of the 
ODBC drivers to
connect to Informix with PHP.  Is there anything else I should know.

Thanks
Kevin




[PHP] PHP 4.2.0 Informix

2002-05-10 Thread Juraj Hasko

Hello all,

I would like to use informix functions of php, but I didn't find php_ifx.dll in last 
php 4.2.0/win32 bundle. Could you tell me where will I find it ?
Thanks in advace.

Juraj Hasko



[PHP] PHP sendmail

2001-08-24 Thread Juraj Hasko

Hi,

I would like to know if PHP on *nix system can use another SMTP mailer than sendmail. 
On WinNT is PHP indipendent on concrete mail-server. In our company we use Symantec's 
Mail-Gear on Linux (Slackware) and I'd like to setup PHP use it. Is it posible ?
Thanks in advance,

Juraj Hako
System Administrator

CAC LEASING Slovakia, a.s.



RE: [PHP] PHP sendmail

2001-08-24 Thread Juraj Hasko

Mail-Gear hasn't sendmail wrapper.

Juraj

Juraj Hasko wrote:
 
 Hi,
 
 I would like to know if PHP on *nix system can use another 
SMTP mailer than sendmail. On WinNT is PHP indipendent on 
concrete mail-server. In our company we
 use Symantec's Mail-Gear on Linux (Slackware) and I'd like 
to setup PHP use it. Is it posible ?

http://www.php.net/manual/en/configuration.php#ini.sendmail-path

-- 
Pavel a.k.a. Papi


[PHP] GD ISAPI don't work

2001-08-19 Thread Juraj Hasko

Hi,

I've encounter strange problem with GD library. I'm running PHP 4.0.6 on WinNT 4.0 and 
IIS 4.0. While I use CGI version, each of extensions including php_gd.dll works fine. 
But when I try change it to ISAPI, it works but without php_gd.dll. All others 
libraries works fine, but when I add GD lib. IIS will not start with error message:
"A system error has occured.
System error 1067 has occured.
The proces terminated unexpectedly."
Do you have any idea how to solve this problem ?
Thank you in advance,

Juraj Hasko
System Administrator

CAC LEASING Slovakia, a.s.
mailto:[EMAIL PROTECTED]
http://www.cacleasing.sk



[PHP] Informix prep error

2001-01-25 Thread Juraj Hasko

Hi,

I'm trying to develop some intranet system based on Informix DB. Standard
connection works fine but when I try to exec any SQL I've got a error
message.Can someone help me ? I use Ifx IDS 7.3, PHP 4.0.4pl1 on Win2k and
IIS 5.0. If I use connection trough ODBC it works fine. Here is sample of my
code :

 $conn = ifx_connect("db@server", "myname", "mypasswd")
 or die("Couldn't create connection.");
 echo $conn;
 $sql = "SELECT * FROM piny ORDER BY klapka"; //line 12
 $ifx_prep=ifx_prepare($sql,$conn);

and output is :

Resource id #1
Warning: Describe fails (E [SQLSTATE=37 000 SQLCODE=-410]) in
c:\inetpub\wwwroot\php\bribor.php on line 12

Have you any idea how to solve my problem ?
Thank you in advance.

Ing. Juraj Ha¹ko
System Administrator

CAC LEASING Slovakia, a.s.
mailto:[EMAIL PROTECTED]
WWW: www.cacleasing.sk http://www.cacleasing.sk



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]