RE: [PHP-WIN] Help me pleaase !!!!

2002-03-05 Thread alain samoun
Athar: I have the same problem apparently with my ISP server Linux+Apache after 'upgrading to 4.12' Suddenly all my include statements don't work. This is what I find out so far: 1) The directory of my include statement seems to need the $DOCUMENT_ROOT in order to work. 2) The $DOCUMENT_ROOT seem

php-windows Digest 6 Mar 2002 04:43:33 -0000 Issue 1031

2002-03-05 Thread php-windows-digest-help
php-windows Digest 6 Mar 2002 04:43:33 - Issue 1031 Topics (messages 12466 through 12478): Re: session probs 12466 by: Ryan Marrs Re: Output of PHP ist truncated 12467 by: Mike Eynon php4apache-eapi.dll / Apache 1.3.22 / ModSSL 12468 by: Eric Roussille Re: File co

Re: [PHP-WIN] Help me pleaase !!!!

2002-03-05 Thread Athar Hameed
But everything was working fine. What has gone wrong now. - Original Message - From: "Collins, Robert" <[EMAIL PROTECTED]> To: "'Athar Hameed'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, March 06, 2002 2:29 AM Subject: RE: [PHP-WIN] Help me pleaase > it is possible y

[PHP-WIN] text input file

2002-03-05 Thread niels
Hi, I have input file with fields delimited by tabs. One field contains an html anchor with javascript (for paypal) to be printed in the resulting html file. But when I printf(), that one field causes a "too few arguments error". I've used the htmlentities() to replace the quotes(" and '),

RE: [PHP-WIN] Help me pleaase !!!!

2002-03-05 Thread Collins, Robert
it is possible you are doing multiple requires for the same file try require_once ("dbconnect.inc"); Robert W. Collins II Webmaster New Orleans Regional Transit Authority Phone : (504) 248-3826 Email : [EMAIL PROTECTED] -Original Message- From: Athar Hameed [mailto:[EMAIL PROTECTED]] Se

[PHP-WIN] Help me pleaase !!!!

2002-03-05 Thread Athar Hameed
Greetings, Can anyone please help me. I am having this weird problem. I am using PHP 4.1.1 on windows as an apache module (sapi). Everything was working perfectly, until today. I dint even do anything and things stopped working. I built this database application. I connect to the database using t

Re: [PHP-WIN] mail() function EXTREMELY slow

2002-03-05 Thread James F
I personally found that messages were slow on my machine (going to an external mail server) and I discovered that if you can use the built-in IIS (Windows) SMTP mail server you'll have no more problems. The built-in IIS SMTP server was easily 1000 times faster in my case. Of course, if you don't

[PHP-WIN] Displaying a MS Access - Medium time field

2002-03-05 Thread Asendorf, John
I have a MS Access 2000 database, which has a field whose format is "Medium Time" named $class_time. The $class_date (Format "Short Date") prints with no problem. If I try to take the field from the database (without formatting) and echo it, I get "1899-12-30 13:00:00" If I try: date ("format",

RE: [PHP-WIN] Re: File corruption during HTTP Upload

2002-03-05 Thread Ryan Marrs
I have actually found that corruption showed up when magic_quates_gpc was turned on. I would check that if I were you. Ryan -Original Message- From: Stevens, Julian C [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 1:16 PM To: 'Nicole Amashta'; '[EMAIL PROTECTED]%INTERNET' Su

RE: [PHP-WIN] Re: File corruption during HTTP Upload

2002-03-05 Thread Stevens, Julian C
Thanks for the suggestion, but I have upload_max_filesize = 50M and I'm seeing corruption on files as small as 8Mb. Check your PHP.ini and make sure that your fileupload size matches the maximum upload size you want. See this section in you php.ini: ; Maximum allowed size for uploaded file

[PHP-WIN] PHP Config tool

2002-03-05 Thread Scott St. John
Not sure if this has been brought up before or not, but AnalogX has a great gui config tool for your PHP.INI files! http://www.analogx.com/contents/download/network/phpconf.htm Download, install and check it out! -Scott -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, vis

[PHP-WIN] Re: File corruption during HTTP Upload

2002-03-05 Thread Nicole Amashta
Check your PHP.ini and make sure that your fileupload size matches the maximum upload size you want. See this section in you php.ini: ; File Uploads ; ; Whether to allow HTTP file uploads. file_uploads = On ; Temporary directory for HTTP uploaded files (will

[PHP-WIN] php4apache-eapi.dll / Apache 1.3.22 / ModSSL

2002-03-05 Thread Eric Roussille
Hello, My system is WinNT 4. I try to run Apache 1.3.22 + modSSL + PHP 4.1.1 (from php4Win). I use php4apache-eapi.dll but I still have the warning message : "[warn] Loaded DSO php4apache-eapi.dll uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI )"

RE: [PHP-WIN] Output of PHP ist truncated

2002-03-05 Thread Mike Eynon
I have also seen this happen. After playing with a few things... I finally got the problem to go away by adding in a bunch of line feeds. The problem I saw seemed to be a buffering problem of some kind. When I made sure that the html being generated had line lengths of no more than 120 chars in

RE: [PHP-WIN] session probs

2002-03-05 Thread Ryan Marrs
Make sure your phpsession directory is created. For windows this is not always done. Go into your php.ini and find the directory that is the session directory, and make sure it exists. Ryan -Original Message- From: secrgb [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 8:44 A

php-windows Digest 5 Mar 2002 13:44:00 -0000 Issue 1030

2002-03-05 Thread php-windows-digest-help
php-windows Digest 5 Mar 2002 13:44:00 - Issue 1030 Topics (messages 12455 through 12465): PHP Compile Error 12455 by: Apocalypse Re: t1lib 12456 by: think a Bit Re: cannot write to mySQL database 12457 by: Kriegers Horst Output of PHP ist truncated 12458

Re: [PHP-WIN] session probs

2002-03-05 Thread secrgb
[Tue Mar 05 15:42:00 2002] [error] [client 127.0.0.1] Premature end of script headers: c:/php/php.exe this is the error from error.log now after reinstalling apache has php.exe an error ... "Richard Black" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED].; > > What error do you get??

RE: [PHP-WIN] session probs

2002-03-05 Thread Richard Black
What error do you get?? Can you copy us the error message, and maybe a snipplet of code??? Richy == Richard Black Systems Programmer, DataVisibility Ltd - http://www.datavisibility.com Tel: 0141 435 3504 Email: [EMAIL PROTECTED] -Original Message-

[PHP-WIN] session probs

2002-03-05 Thread secrgb
hey i have apache with php 4.1.1 the problem is that i cant use: session_start(); session_register("mysession"); The problem is that an error comes by using them... Can somebody help me? Jaan aga Secrgb -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.

[PHP-WIN] File corruption during HTTP Upload

2002-03-05 Thread Stevens, Julian C
I am running PHP 4.1.1 with Apache 1.3.20 on Windows NT, and have recently started observing a bizarre file corruption effect. I first noticed this when transferring an RTF file with an embedded image. On arriving at the web server, the image disappeared and, after examining the file I found 4

Re: [PHP-WIN] Output of PHP ist truncated

2002-03-05 Thread Piotr Pluciennik
Hi, 1) check exactly what html content is generated by your script. Look at "page source" in your broser, you will see what one is receiving... Problem is probably in wrong html code. 2) If your php code is embeded in html - check, if it's correctly nested and all of your code is executed. HTH

[PHP-WIN] mysql_fetch_object() error

2002-03-05 Thread Claudio Fedel
Hi there, I have a strange (for me) problem with a php script running on win2k and apache. I have to query a MySQL db. I use a database abstraction class. When I call the method query or connect or fetch_array everything works fine. When I try to use the fetch_object method, I get the following

[PHP-WIN] How can I use PHP4 module for Apache Win32 ????

2002-03-05 Thread hei
How can I use PHP4 module for Apache Win32 _ wai wing hei ICQ#:102663005 Current ICQ status: SMS: (Send an SMS message to my ICQ): +2783142102663005 More ways to contact me: http://wwp.icq.com/102663005 _ -- P