[PHP] Send mail and attachment with php - looking for PHP module

2002-04-23 Thread Krzysztof Kocjan
Hi, I'm looking for PHP module which allows to send mail and attachment both. Is there any one ? Thank You for any suggestions. Krzysztof -- Muzyka dla Twoich uszu... http://link.interia.pl/f15ac -- PHP General Mailing

Re: [PHP] mail

2002-03-20 Thread Krzysztof Kocjan
//-- function sendmail( $From, $To, $CC, $BCC, $Replay_To, $Subject, $Body, $Mailer, $Extra_Header ) { $Header = '';

[PHP] BIG PROBLEm with headers

2002-03-08 Thread Krzysztof Kocjan
Hi I have problem with downloading any file from my site using IE 5.5 and HTTPS protocol. My php script works fine with Netscape 6.2 and HTTP/HTTPS protocols and with IE 5.5 but only with HTTP protocol. I can't find problem. I use Apache 1.3.20, PHP 4.0.6, mod_ssl 2.8.4 and OpenSSL 0.9.6 on

[PHP] HELP SECOND TIME - header for download gzip file using IE and Netscape with HTTP and HTTPS

2002-03-04 Thread Krzysztof Kocjan
Hi I have big problem with headers which I send to www browser: IE 5.5 and Netscape 6.2. On my web site I have PHP script to download huge text files to client side. The text file is compressed by gzip program before it will be downloaded to client. My problem is how to send to www browser

[PHP] Correct header to force name to store of download file with IE and Netscape

2002-02-27 Thread Krzysztof Kocjan
Hi I have big problem with headers which I send to www browser: IE 5.5 and Netscape 6.2. On my web site I have PHP script to download huge text files to client side. The text file is compressed by gzip program before it will be downloaded to client. My problem is how to send to www browser

Re: [PHP] uploading files | how to avoid submitting twice?

2002-02-25 Thread Krzysztof Kocjan
In JavaScript define varaible which is global for this page, name it like page_submited, by default set it to false. On submit event set this variable to true and then from JavaScript submit form. When user second time will try to submit the form do nothig, just leave function code. Your

Re: [PHP] Header problem

2002-01-14 Thread Krzysztof Kocjan
It seems to be bug in IE/Netscape/Other www browser on Mac, that's all. Header wasn't correct interpreted. I had similar problem with NETSCAPE 6 on Windows. I hope they will correct it shortly. Krzysztof Petr Rezek wrote: Here is my question. I wrote a script, which gets parameters from db

Re: [PHP] deleting file contents

2001-12-11 Thread Krzysztof Kocjan
recreate it, for example: % exec( 'type your_file_name' ); % Krzysztof DigitalKoala wrote: Hi Everyone, I'm running a script that automatically reads lines from /var/mail/myaccount, parses the lines then insert specific items into a database this is in a loop What i want to do is

Re: [PHP] Re: best way to handle a form with 60 fields !!!

2001-12-03 Thread Krzysztof Kocjan
Fred wrote: Third, it is ineffecient and unneccessary to put 60 fields in a single form. If you are using the GET method it probably will not work since it passes the variable names and values in the URL, which has a maximum length of 255 In my mind maximum length 255 is not true. There

Re: [PHP] Write html to file

2001-10-26 Thread Krzysztof Kocjan
There is option in PHP (php.ini file) magic_quotes_runtime set it Off.It shuold help You. Restart apache after. Krzysztof [EMAIL PROTECTED] wrote: Hi I have a problem with writing html code to a file.Every time i write html to a file PHP replace every character into a \

Re: [PHP] Loading message

2001-10-25 Thread Krzysztof Kocjan
flush() (http://www.php.net/manual/en/function.flush.php) the server cache. By defult Apache caches response to time this is completed. Then it responds. But You can flush() the cache in php code. It can help you not to use JavaScript. Krzysztof Daniel Alsén wrote: Hi, is there a easy

Re: [PHP] connect to sybase

2001-09-26 Thread Krzysztof Kocjan
Can You describe more detail ??? What kind, version of Sybase server do You use, what version of PHP, what Linux distribution etc... In other case I can't help You. Krzysztof Kocjan Edney Marcel Imm wrote: Hi How I can connect to syBase? Tks

[PHP] Problem with simple classes to connect/query to SYBASE database

2001-09-24 Thread Krzysztof Kocjan
inside methods of any class ??? Code inside method query() doesn't return values of global variable $php_errormsg (trace error flag is ON). Thanks for any help Krzysztof Kocjan --R--E--K--L--A--M--A--- Zapal lampe w sypialni! Swiatlo wzmaga apetyt na seks. http

Re: [PHP] new to php

2001-09-10 Thread Krzysztof Kocjan
In head section of HTML page You can include meta tag like below: meta http-equiv=refresh content=2;URL=http://domain.dot.com/loop.php; If loop. php contains that meta tag like it calls itself every 2 seconds. Krzysztof Kocjan Kostis Mentzelos wrote: Hi all, is it possible to create

Re: [PHP] Does PHP work with Sybase ASA?

2001-09-07 Thread Krzysztof Kocjan
me I will try to help You. We (not only me) had recompiled PHP 3.0/4.0 with Open Client for ASA 11.0.3/11.9.2 (all the combinations). Krzysztof Kocjan Davor Pleskina wrote: I mean, is there in PHP support for Sybase Adaptive Server Anywhere, any version, like for MySQL and some other databases

Re: [PHP] How to pass variables to php functions from url's?

2001-09-07 Thread Krzysztof Kocjan
Try method=GET in Your form to submit if You want to url be like url?var=value. Or php function header( 'Location: ' .rul . 'var=value' ); That's all You need I hope. Sorry but Your question is not good explained. Krzysztof Kocjan Martin Lindhe wrote: I need to solve the following problem

[PHP] Build and install PHP 4.0 and Apache 1.3.20 on Digital-Unix 4.0e

2001-09-03 Thread Krzysztof Kocjan
Hi Is it possible to bulid PHP 4.0 and Apache 1.3.20 on Digital Unix 4.0E, DEC ALPHA. I've only bulid and installed them on RedHat 6.x and 7.x, few times without any problems :-))) . Is there any problems on Digital Unix. Thank You for Your any advice or comments. Krzysztof Kocjan

[PHP] Re: Posting data through PHP scripts

2001-09-03 Thread Krzysztof Kocjan
I've never used method virtual but it seems to fit Your problem. Explanation below. Krzysztof Kocjan virtual (PHP 3, PHP 4 = 4.0b1) virtual -- Perform an Apache sub-request Description int virtual (string filename) virtual() is an Apache-specific function which is equivalent to !--#include