ciB1IHJ1bm5pbmcgcGhwIGFzIGEgbW9kdWxlIG9yIENHST8NCg0KSWduYXRpdXMNCg0KPiAtLS0t
LU9yaWdpbmFsIE1lc3NhZ2UtLS0tLQ0KPiBGcm9tOiBOaWNob2xhc19DaGVuQGNvbXBhbC5jb20g
W21haWx0bzpOaWNob2xhc19DaGVuQGNvbXBhbC5jb21dDQo+IFNlbnQ6IFRodXJzZGF5LCAxIEZl
YnJ1YXJ5IDIwMDEgMTE6NTgNCj4gVG86IHBocC13aW5kb3dzQGxpc3RzLnBocC5uZXQ
To connect to an AS400, you MUST HAVE THE DRDA package installed.
Then you just run the Unified ODBC as usual (which still don't use ODBC but
translate to DB2 CLI under the covers.)
Look for the DRDA stuff in the DB2 Connect area/CD-ROM.
There's stuff on phpbuilder.com about it too.
-Szii
At
Title: Blank
--thanks for the additional tutorial link (the Meloni one at
WebMonkey).
If anyone wishes to add any additional links to install
bundles and
tutorials, post them here and I'll add them to
this list. An updated
list can then be reposted (either by me or anyone who saves a
Dear PHP devoteees,
I have the following, very strange problem:
I use PHP to generate JavaScript source for
http://host/script.php"
type="text/javascript">
but anytime an error in Netscape Navigator occurs (IE works properly):
illegal character.
9
.^
---
I was wondering if anyone as successfully pulled info from a DB2 Database on
As400. My enviroment is
Win2K server/php4.0.4/ZendOptimizer/IIS5. I was wondering how I could
directly query the AS400. Or would it be wiser to pull the info from the
AS400 into MSSQL Server. I was wondering how I would
Ari,
that message generally means that a program is linked to a DLL which it
cannot find in the search path. Make sure you follow instructions regarding
the placement of DLL files in the package. in particular they should be
somewhere Windows can find them (like Windows/System)
""Ari Pramono (
There is another good tutorial for beginners at this adress.
It's PHP4 for Windows and Unix
http://hotwired.lycos.com/webmonkey/00/44/index4a.html?tw=programming
Yoann.
- Original Message -
From: Paul Trapnell <[EMAIL PROTECTED]>
To: php <[EMAIL PROTECTED]>
Sent: Wednesday, January 31,
PHP FOR WINDOWS
(LATEST PHP RELEASE, PRECOMPILED BINARIES)
http://www.php.net/downloads.php (free)
http://php4win.de/ (free) (has pre-release dev versions of php also)
PHP FOR WINDOWS INSTALL BUNDLES
(PHP4x PRECOMPILED BINARIES + APACHE + MYSQL)
http://www.firepages.co
or http://www.nusphere.com
Install's apache, php, mysl, perl all under one dir.
- Original Message -
From: "Gonzalo Vera" <[EMAIL PROTECTED]>
To: "Michael S. Norum" <[EMAIL PROTECTED]>
Cc: "PHP Windows List" <[EMAIL PROTECTED]>
Sent: Wednesday, January 31, 2001 4:06 PM
Subject: Re[2]: [PH
You can also try AbriaSoft lite (free for non-commercial, check the
license), which installs PHP, apache and Mysql from one package.
Gonzalo.
> Do not install PWS on your system. I would strongly recomend against it. If
> you put it on, and the regret it, it's a real pain in the behind do get r
Do not install PWS on your system. I would strongly recomend against it. If
you put it on, and the regret it, it's a real pain in the behind do get rid
of...
Trust me, I've learned from my mistakes. Use Apache instead. Search download
com for PHP triad, they have a great developer package that in
You could always use Apache - it's free, works fine on Windows 98 and is
easier to set up than you might think.
Try this tutorial:
"Setup and Install Apache + PHP4 on Windows" :
http://www.thickbook.com/extra/php_apachephp4_win.phtml
Cheers,
Simon
-Original Message-
From: Leon Santos
>Hi,
> I work with Winows98 , and I want to make my system
> a really server.I have two questions :
> 1}What component I should install on my system to
> make it a really server ? IIS3 ? or IIS4 ?
> 2)Where can I get this component (IIS3 or IIS4
> for Windows98) ?
I don't think IIS co
>Hi,
> I work with Winows98 , and I want to make my system
> a really server.I have two questions :
> 1}What component I should install on my system to
> make it a really server ? IIS3 ? or IIS4 ?
> 2)Where can I get this component (IIS3 or IIS4
> for Windows98) ?
A REAL server? Do
> $sql_getID = "SELECT max(CUSTID_NUM) from cfull2.tbl_dl_customers";
> how the hell do I get that number into a variable?
Wouldn't changing your SQL statement to this do the trick?:
"SELECT max(CUSTID_NUM) as max_cust_id from cfull2.tbl_dl_customers"
^^
And
Since the list was down yesterday, I figured it out before I got some help
(Thanks Jean-Christophe). I did it a little differently and thought I'd
post it here.
$sql_getID = "SELECT max(CUSTID_NUM) from cfull2.tbl_dl_customers";
$stmt_getID = OCIParse ( $connection , $sql_getID );
OCIExecute ( $
php-windows Digest 31 Jan 2001 13:10:22 - Issue 421
Topics (messages 5264 through 5281):
Re: PHP vs JSP ?
5264 by: Tom Mathews
Re: Text area
5265 by: Mike Flynn
5272 by: Woods Ron Contr SA-ALC/FMIS
5277 by: Mangiola Nunzio Datavia
PDF Questions
To use IIS you need NT or windows 2000. If you really want to use win98, use
Personal Web Server instead.
- Original Message -
From: nastaran kashani <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 30, 2001 4:13 PM
Subject: [PHP-WIN] How can I make PHP to work on Win98
Hello Siggy,
I get "Warning: Second argument to str_repeat() has to be greater than or equal
to 0 in d:/apache/htdocs/baum/gpf.php on line 11"
(apache 1.3.14, php4.0.4pl1 as apache-mod)
ingo baab
phobo schrieb:
> It appears to me that PHP.EXE keeps General Protection Faulting rather than
> repor
Hi,
does anybody know how to start file downloading after page is
displayed. File's location is out of web server files area.
I'm interested to know for win32 and linux.
php 4.0.3
TIA,
--
Andris
mailto:[EMAIL PROTECTED]
--
PHP Windows Mailing List (http://www.php.net/)
To unsubsc
20 matches
Mail list logo