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 Mailin
//--
function sendmail( $From, $To, $CC, $BCC, $Replay_To, $Subject,
$Body, $Mailer, $Extra_Header ) {
$Header = '';
$Heade
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
Re
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 co
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 co
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 JvaS
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 d
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
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
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 \" character.F
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 eas
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 s
s more useful and powerful.
Second problem. How to get values of the global variables 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
Hi,
I'm using PHP/4.0.6. I suppose I found bug in PHP parser. There is PHP
code:
" );
/*print( "" );*/
?>
which produces strange output in www browser:
test" );
/*print( "aaa" );*/
?>
I my opinion there should be only text 'test' at www bro
In head section of HTML page You can include meta tag like below:
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 a table that automatically
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
n ask 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
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 equivalen
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 K
19 matches
Mail list logo