On Wednesday 11 July 2001 08:12, elias wrote:
> I don't really know how i can setup CGI instead of ISAPI under NT systems..
> I only got the installer from php.net and ran it and chose in the installer
> IIS.
> The installer didn't ask me about whether I want to install as CGI or
> ISAPI. But I fe
I had this problem...same one exactly!
Install PHP as CGI instead of ISAPI.
If you don't know how, go to php.net and search for PHP installation on
IIS/PWS
"Phpfan" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I have the following setup.
>
> PHP 4.04 running
hi,
and thanks,
i enabled the extension for php_imap.dll and
set the path correctly.
i didn't need to recompile anything just enable extension and path
and use the dll that came with php4.
thanks,
dave.
-Original Message-
From: Derek Comartin [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, Jul
Hello
1) How use SSL in php ?
2) How encrypt parameters between and CGI program?
3) How can share variable ( for example UserID and Password ) between CGI
Programs ?
4) How can used variable ( for example UserID and Password ) between Web
Pages ?
Thanks for answer
Mad Nas
--
PHP Windows
hi!
can you please suggest any free php web host?
thanks.
Fritz Mesedilla
Systems Administrator
Summit Interactive, Inc.
FHM | Seventeen | Candy | Cosmopolitan | Preview | Good Housekeeping
femalenetwork.com | candymag.com | fhm.com.ph | cosmo.com.ph
Palm Pilot Software: TVSked - Download fro
Hello
1) How use SSL in php ?
2) How encrypt parameters between and CGI program?
3) How can share variable ( for example UserID and Password ) between CGI
Programs ?
4) How can used variable ( for example UserID and Password ) between Web
Pages ?
Thanks for answer
Mad Nas
--
PHP Windows M
Hello
1) How use SSL in php ?
2) How encrypt parameters between and CGI program?
3) How can share variable ( for example UserID and Password ) between CGI
Programs ?
4) How can used variable ( for example UserID and Password ) between Web
Pages ?
Thanks for answer
Mad Nas
--
PHP Windows
www.f2s.com
-Original Message-
From: Fritz Mesedilla [mailto:[EMAIL PROTECTED]]
Sent: 11 July 2001 10:11
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] php web host
hi!
can you please suggest any free php web host?
thanks.
Fritz Mesedilla
Systems Administrator
Summit Interactive, Inc.
FHM
Hi. does anybody know how to update data which is over 255 character in
MSSQL? Thanks!
--
PHP Windows 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]
The data field must be a BLOB field (TEXT, IMAGE). You can use ADO for
instance and the appendchunk method will allow you to this update.
If you any other question, contact me, then i'll send you a example.
Dario Carnelutti
Oficina de Organización e Informática
CONICIT
- Original Message --
Should I upgrade version 4.01 using apache with mysql on NT 4 to the latest
version.
If so, what is the best way to do it.
Thanks
--
Christopher King
[EMAIL PROTECTED]
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mai
Howdy
I have been running PHP and IIS5 on Windows 2000 for about a
year now, and have never experienced this problem.
After re-installing Windows 2000 server, I downloaded 4.06 and
installed it. Used the wizard. It put my php.ini file in C:\Documents
and Settings\Administrator - so I copied i
On Wednesday 11 July 2001 13:57, Warwick Chapman (Budgee) wrote:
> Howdy
>
> I have been running PHP and IIS5 on Windows 2000 for about a
> year now, and have never experienced this problem.
>
> After re-installing Windows 2000 server, I downloaded 4.06 and
> installed it. Used the wizard. It put
Howdy
I think it has something with Windows 2000 being in Terminal
Server mode.
Dunnow?
Cheers
Budgee
On 11 Jul 2001, at 14:12, Phil Driscoll wrote:
> On Wednesday 11 July 2001 13:57, Warwick Chapman (Budgee) wrote:
> > Howdy
> >
> > I have been running PHP and IIS5 on Windows 2000 for about
On Wednesday 11 July 2001 14:15, Warwick Chapman (Budgee) wrote:
> Howdy
>
> I think it has something with Windows 2000 being in Terminal
> Server mode.
>
> Dunnow?
>
That's outside my area of expertise - and will hopefully remain so :)
PHP will be looking for the file in the directory returned by
Hi,
Likewise, I have also had difficulty with sessions going bananas when I upgraded to
PHP 4.0.6 on Win98 with PWS. So I just downgraded to PHP 4.0.5 and it still works.
Frankly, I'm not going to worry about it and am not actively looking for a solution,
but if someone does find one, please
Is everything running for you the way that you want it to run?
If it is, leave it alone. If it isn't, upgrade to 4.0.6 and be careful and
follow the instructions.
-
John Asendorf - [EMAIL PROTECTED]
Web Applications Developer
http://www.lcounty.com - NEW FEATURES ADDED DAILY
http://cgi-bin.spaceports.com
"Fritz Mesedilla" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> hi!
>
> can you please suggest any free php web host?
>
> thanks.
>
> Fritz Mesedilla
> Systems Administrator
>
> Summit Interactive, Inc.
> FHM | Seventeen | Candy
Hey All,
I'm feeling pretty dumb right now. Is there a way to pass a variable from
one function to another. So for instance, if I have one function that
returns x such as
function boo() {
$foo = 3;
return $foo;
}
And then I have another function and I want to use $foo.
function ahh() {
You'd need the second function to accept and argument. That way you can do:
function boo() {
$foo = 3;
return $foo;
}
function ahh($foo) {
$fum = $foo + $fi;
}
$test = boo();
ahh($test);
Or you could declare $foo as a global variable, but I tend not to do it that
way.
--
phill
> Hey
Hi
For some reasson, the php_gd.dll in PHP v 4.0.6, is with freetype, which
have the effect that imagettfbbox() don't work on NT/Apache, where can I
find a php_gd.dll with TTF support ?
Even better, how can I find information on compiling PHP on win32 ?
Thanks in advance
Steen
--
PHP Win
php-windows Digest 11 Jul 2001 19:41:17 - Issue 647
Topics (messages 8239 through 8263):
Re: How to use imagettftext() on NT running Apache, php 4.0.6
8239 by: Ruslan Ohitin
Re: How to remove a value from a array
8240 by: Ruslan Ohitin
Re: Access Violation error. PLEASE HE
There is no limmitations in updating or inserting any column with large data. use
INSERT INTO or UPDATE.
If you are using NCHAR, NVARCHAR, CHAR or VARCHAR with lengths > 256 you will not be
able to select more than 256 bytes when you are using the mssql extension. This
limitation is a limitat
Hi
Where can I find a complete list -with description of possible values for
configuring php.
I know that the php.ini comes with a lot of comments, but it's not complete
Thanks in advance.
Steen
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
Fo
in the manual: http://www.php.net/manual/en/configuration.php
> -Original Message-
> From: Steen RAbol [mailto:[EMAIL PROTECTED]]
> Sent: July 11, 2001 1:50 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] Where to find a complete description of php
> configuration
>
>
> Hi
>
> Where ca
Sorry, but that is far from complete ;-(
eg, where is the information on session parameters ?
Steen
- Original Message -
From: "Robin Bolton" <[EMAIL PROTECTED]>
To: "Steen RAbol" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, July 11, 2001 11:18 PM
Subject: RE: [PHP-WIN] Whe
Hello Matthias ,
Could you send me the latest win32 php_interbase.dll , php4win is out !!!
Thanks very much in advance ,
Pascal
[EMAIL PROTECTED]
Matthias Endler <[EMAIL PROTECTED]> a écrit dans le message :
[EMAIL PROTECTED]
> Hi Winston,
>
> > Can anyone help me how to connect to Interbase
Hello Matthias,
The php4win is out actually ...
Could you send me the last release (if you vae it !!) of php_interbase.dll ,
i should appreciate a lot,
Thanks in advance ,
Pascal
[EMAIL PROTECTED]
Matthias Endler <[EMAIL PROTECTED]> a écrit dans le message :
[EMAIL PROTECTED]
> Yepp,
>
> ge
Hi Dario, Thank you. I would like to know how to use ADO in MSSQL 7.0. Can you
tell me, please?
Gary
Dario Carnelutti wrote:
> The data field must be a BLOB field (TEXT, IMAGE). You can use ADO for
> instance and the appendchunk method will allow you to this update.
>
> If you any other questio
I'm running WinME + PWS 4 + PHP 4.0.6 using CGI. When I tried to run a
script outside the DOC_ROOT set in php.ini
(i.e. DOC_ROOT = c:\webroot and I'm running a script at c:\temp), an error
was shown and said the CGI program could not return the headers. I've
checked that the CGI self has no proble
Try to add a new virtual directory.
Select your C:\Temp and go to File/Properties, go to Web Sharing, and click
add, and name a virtual directory let's say: /temp
you can now access as:
http://localhost/test/yourscript.php
Best Wishes,
Elias,
"Aerial" <[EMAIL PROTECTED]> wrote in message
[EMAI
31 matches
Mail list logo