Re: [PHP-WIN] Re: PHP and IIS and Win2k and Access Violation problems...

2001-07-11 Thread Phil Driscoll
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

[PHP-WIN] Re: Access Violation error. PLEASE HELP

2001-07-11 Thread elias
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

[PHP-WIN] RE: IMAP c-client [solved]

2001-07-11 Thread Gormley, David
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

[PHP-WIN] Security in HTML Parameters Pass to CGI Programming

2001-07-11 Thread Mad Nas
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

[PHP-WIN] php web host

2001-07-11 Thread Fritz Mesedilla
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

[PHP-WIN] How use SSL in php ?

2001-07-11 Thread Mad Nas
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

[PHP-WIN] Security in CGI Programming and HTML Parameter Passing

2001-07-11 Thread Mad Nas
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

RE: [PHP-WIN] php web host

2001-07-11 Thread tony
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

[PHP-WIN] large number of data in MSSQL

2001-07-11 Thread gary
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]

Re: [PHP-WIN] large number of data in MSSQL

2001-07-11 Thread Dario Carnelutti
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 --

[PHP-WIN] Upgrading

2001-07-11 Thread Christopher King
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

[PHP-WIN] IIS5 and Windows 2000

2001-07-11 Thread Warwick Chapman (Budgee)
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

Re: [PHP-WIN] IIS5 and Windows 2000

2001-07-11 Thread Phil Driscoll
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

Re: [PHP-WIN] IIS5 and Windows 2000

2001-07-11 Thread Warwick Chapman (Budgee)
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

Re: [PHP-WIN] IIS5 and Windows 2000

2001-07-11 Thread Phil Driscoll
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

Re: [PHP-WIN] IIS5 and Windows 2000

2001-07-11 Thread postmaster
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

RE: [PHP-WIN] Upgrading

2001-07-11 Thread Asendorf, John
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

[PHP-WIN] Re: php web host

2001-07-11 Thread Mad Nas
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

[PHP-WIN] Passing Variables from One Function to Another

2001-07-11 Thread Flint Doungchak
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() {

[PHP-WIN] Re: Passing Variables from One Function to Another

2001-07-11 Thread Phillip Bow
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

[PHP-WIN] How to get a php_gd.dll with TTF support

2001-07-11 Thread Steen RAbol
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 -0000 Issue 647

2001-07-11 Thread php-windows-digest-help
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

Re: [PHP-WIN] large number of data in MSSQL

2001-07-11 Thread Frank M. Kromann
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

[PHP-WIN] Where to find a complete description of php configuration

2001-07-11 Thread Steen RAbol
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

RE: [PHP-WIN] Where to find a complete description of php configuration

2001-07-11 Thread Robin Bolton
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

Re: [PHP-WIN] Where to find a complete description of php configuration

2001-07-11 Thread Steen Rabøl
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

Re: [PHP-WIN] Accessing InterBase Database

2001-07-11 Thread Pascal Bruyez
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

Re: [PHP-WIN] Where to download all the isolated .dll file of PHP 4.03pl1

2001-07-11 Thread Pascal Bruyez
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

Re: [PHP-WIN] large number of data in MSSQL

2001-07-11 Thread gary
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

[PHP-WIN] Can't run PHP scripts outside DOC_ROOT ?

2001-07-11 Thread Aerial
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

[PHP-WIN] Re: Can't run PHP scripts outside DOC_ROOT ?

2001-07-11 Thread elias
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