[PHP-WIN] difference ftp_fget() in cgi- and module-mode

2001-01-30 Thread DATURA
Until now I was using PHP4 in CGI-Mode. Now I want to change to Apache Module. So I made the nessecary changes in httpd.conf and rebotted the Windows 2000 server. Since PHP is running as an Apache Module, the function ftp_fget() doesn't work correctly anymore. I read a jpg from a FTP Server and

php-windows Digest 30 Jan 2001 12:16:46 -0000 Issue 419

2001-01-30 Thread php-windows-digest-help
php-windows Digest 30 Jan 2001 12:16:46 - Issue 419 Topics (messages 5244 through 5261): PHP vs JSP ? 5244 by: Antonio Lopez 5246 by: Toby Butzon 5250 by: Michael Stearne Re: About Error Message 5245 by: Ryan Grove Install question 5247 by: RichInRI

[PHP-WIN] RE: PHP vs JSP ?

2001-01-30 Thread Simon Willison
I think it depends mainly on the scale of the project. PHp and JSP can both be used to achieve exactly the same things (i.e dynamically generated pages, tied in with databases, user interaction etc) - it's a lot easier to learn and develop in PHP because you don't have to learn Java first. The b

Re: [PHP-WIN] PHP Messages

2001-01-30 Thread Tom Mathews
Ta I forgot about the 'expose PHP' directive Tom Ryan Grove wrote: > Comment out line 113 (or thereabouts) of your php.ini file. That > should do the trick. > > -- > Ryan Grove > [EMAIL PROTECTED] > http://wonko.com/ > - > Eve

php-windows Digest 31 Jan 2001 00:29:16 -0000 Issue 420

2001-01-30 Thread php-windows-digest-help
php-windows Digest 31 Jan 2001 00:29:16 - Issue 420 Topics (messages 5262 through 5263): Re: PHP vs JSP ? 5262 by: Simon Willison Re: PHP Messages 5263 by: Tom Mathews Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the di

Re: [PHP-WIN] RE: PHP vs JSP ?

2001-01-30 Thread Tom Mathews
I agree with Simon It is actually possible to work three tiers with PHP, but not so obviously as JSP does. The hit you take is performance, so it depends on what the application is whether to use JSP or PHP. Personally, for any e-commerce work I use PHP. It's very easy to get it hosted and those

RE: [PHP-WIN] Text area

2001-01-30 Thread Mike Flynn
At 08:24 AM 1/30/01 +0200, you wrote: >It does work on the face of it. But when you >query the database the field is empty even if you filled >it in. > Try something like this... "; if ($editing) { print "$desc_long"; } print "\n"; ?> Note that there's no bla

[PHP-WIN] PDF Questions

2001-01-30 Thread Conover, Ryan
Does anyone know of where I could to get more information on pdflib and how it works. Ryan -- 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]

[PHP-WIN] How can I make PHP to work on Win98 ?

2001-01-30 Thread nastaran kashani
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) ? Thanks a lot Atieh

[PHP-WIN] QMAIL

2001-01-30 Thread Francois Allard
Hi everybody I'a having some little problem configuring qmail, I'm not sure if it is qmail who not well configure but all the message I'm trying to send does'nt appear anywhere. My PHP code is returning me 1 as response when I call the mail() fonction, so I believe that PHP did process the funct

[PHP-WIN] Problem with Oracle

2001-01-30 Thread Asendorf, John
I'm trying to run some SQL in Oracle that returns a single value... $sql_getID = "SELECT max(CUSTID_NUM) from cfull2.tbl_dl_customers"; how the hell do I get that number into a variable? I've tried a dozen different things, but the documentation is so sparse and it's all about getting rows of d

Fwd: RE: [PHP-WIN] Error in a remote computer with IIS and windows 200 0

2001-01-30 Thread Gaspar ARias
--- Start of forwarded message --- Subject: RE: [PHP-WIN] Error in a remote computer with IIS and windows 200 0 To: [EMAIL PROTECTED] From: Gaspar ARias <[EMAIL PROTECTED]> Date: 30 Jan 2001 13:44:26 PST Well I have configured IIS with the UNC \\computer_name\share , but when I test PHP

Re: [PHP-WIN] PDF Questions

2001-01-30 Thread Alain Samoun
www.pdflib.com Alain On Tue, Jan 30, 2001 at 09:26:40AM -0500, Conover, Ryan wrote: > Does anyone know of where I could to get more information on pdflib and how > it works. > > Ryan > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For addi

RE: [PHP-WIN] Text area

2001-01-30 Thread Woods Ron Contr SA-ALC/FMIS
Your problem is probably not with the form passing the data; it's in your storing it in the db. Remember there's probably lots of \n characters in a text field. If you try to put these into a db field your results are unpredictable; meaning the db software may or may not handle them properly. Try

[PHP-WIN] cgi error

2001-01-30 Thread Paolo Saxton
NECESITO saber si tienen alguna referencia con un error cgi que me ocurre al utilizar NT-IIS-PHP4.0 especificamente: "cgi error the specified CGI application misbehaved by not returning a complete set of HTTP headers.the headers it did return are: este error ocurre en forma aleatoria el sitio

[PHP-WIN] General Protection Faults

2001-01-30 Thread phobo
It appears to me that PHP.EXE keeps General Protection Faulting rather than reporting the error message to me. Things such as doing str_repeat("blah", -123) do GPF occasionally, rather than report a txt msg. Do other people have this problem ? It happens only when I'm working on a rather large pr

[PHP-WIN] A device attached to the system is not functioning

2001-01-30 Thread Ari Pramono (HRM-HO)
Hello, I've already installed PHP 4.0.4 on my PWS 4.0 But when I ran my homepage (default.php) on IE 4.0, it said "A device attached to the system is not functioning" Anybody know how to fix it ? Trims Ary [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.p

RE: [PHP-WIN] A question

2001-01-30 Thread Bikes
Rename your "hosts.sam" to "hosts" Easy Bikes - The Ultimate measure of a man is not where he stands in moments of comfort, but where he stands in moments of challenges and controversy. --

RE: [PHP-WIN] Text area

2001-01-30 Thread Mangiola Nunzio Datavia
I thought it might be that as well but luckily Yoann sorted it out for with this solution: <"I'm note sure the attribute "value" works with the tag "textarea". Try this : Yoann.-"> But thanks for the help. > -- > From: Woods Ron Contr SA-ALC/FMIS[SMTP:[EMAIL P

Re: [PHP-WIN] Problem with Oracle

2001-01-30 Thread Jean-Christophe Le Brun
Hi ! > I'm trying to run some SQL in Oracle that returns a single value... > > $sql_getID = "SELECT max(CUSTID_NUM) from cfull2.tbl_dl_customers"; > > how the hell do I get that number into a variable? > > I've tried a dozen different things, but the documentation is so sparse and > it's all abou