Ave,
The text file went through fine! Absolutely perfect... I attached a normal
text file with just one sentence. I sent it and it arrived in my mailbox
without any problems.. It opened and it had the sentence.. And no warnings
or errors.
Using my code, I'm able to send the HTML mail with 2 attac
Ave,
Exactly, that's the problem. I can very well see the binary information in
the attached PDF in a text editor ... But when I open it in Adobe... The
file does open, it's just that it's all blank. White pages. All wiped off.
All information erased!!
On 10/5/04 12:21 PM, "Jay Blanchard" <[EMAI
PHP Junkie wrote:
Ave,
I didn't find any php warnings... Instead there was a whole bunch of coding
much of which seemed like junk. I ran a search but no php warnings
anywhere.. When I open the pdf in a text editor.
Send a text file as an attachement, it will be easier to spot the error.
You can th
[snip]
I didn't find any php warnings... Instead there was a whole bunch of
coding
much of which seemed like junk. I ran a search but no php warnings
anywhere.. When I open the pdf in a text editor.
[/snip]
So, you saw the binary information in the text editor? Can you open the
file with Adobe?
-
Ave,
I didn't find any php warnings... Instead there was a whole bunch of coding
much of which seemed like junk. I ran a search but no php warnings
anywhere.. When I open the pdf in a text editor.
What else can be wrong?
Thanks,
Junkie
On 10/4/04 4:46 PM, "Marek Kilimajer" <[EMAIL PROTECTED]>
PHP Junkie wrote:
Ave,
I'm trying to send Attachments via a mail script... The only problem is, my
attached files go corrupted or damaged, and I don't understand why! Can
anyone help me? I've already made 2 posts earlier with my code and all and
no one responded. Really need some help here.
View th
Ave,
I'm trying to send Attachments via a mail script... The only problem is, my
attached files go corrupted or damaged, and I don't understand why! Can
anyone help me? I've already made 2 posts earlier with my code and all and
no one responded. Really need some help here.
Thanks,
Junkie
--
PHP
Dude have a look on the web 1000's of examples/tutorials there and also
in it's documentation. The PHP mailing list is NOT the place to be
asking this as setting/learning how to use OpenSSL aint related to PHP.
Cheers
Peter
Suhas Pharkute wrote:
Can anyone give me a basic tutorial for
Secure S
Can anyone give me a basic tutorial for
Secure Site Programming (OpenSSL)
Also How to create certificate on server
Suhas
__
Suhas S Pharkute.
P O Box 8551,
Pocatello, ID 83209.
1.208.221.3896
http://myweb.cableone.net/psuhas/
__
I'm trying to delete a some records from a table with checkboxes and then i
have this code:
Lista de Filmes (DivX)
...TĂtuloCds
$titulo$cds
";
$i++;
}
echo "";
if($HTTP_COOKIE_VARS["cookie1"] && $HTTP_COOKIE_VARS["cookie2"])
{
include('menuadmin2.php');
There were 2 equal signs, when I sent It outlook must have made them
into one.
Mike
-Original Message-
From: Matt Schroebel [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 15, 2002 2:48 PM
To: 'Mike'; [EMAIL PROTECTED]
Subject: RE: [PHP] Can anyone help me out? I am real
> -Original Message-
> From: Mike [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 15, 2002 2:46 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Can anyone help me out? I am really getting frustrated!
>
>
> Hello all,
> I am very confused. This script
Hello all,
I am very confused. This script that I have been working on for a while
is giving me a hard time...
$string = "Current song: 01. DJ Nightflight - The first flight (original
\
mix) (D I G I T A L L Y - I M P O R T E D - European Trance, Techno,
Hi-\
NRG... we can't define it!)";
if(sub
On Friday 17 May 2002 14:30, Roman Duriancik wrote:
> I have some text file, in this text file i write some information.
> But my problem is : How write/append new information on beginning of
> document but
> old information will be there too. When I used fopen with option "a" or
> "r+" and
> with
I have some text file, in this text file i write some information.
But my problem is : How write/append new information on beginning of
document but
old information will be there too. When I used fopen with option "a" or "r+"
and
with command rewind new information rewrited old information.
Thanks
OTECTED]>
To: "Victor Polyushko" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, May 16, 2002 2:25 PM
Subject: Re: [PHP] Can anyone help me save img from URL?
> Victor Polyushko wrote:
> >
> > Hi Guys,
> >
> > Thank you fo your input.
Victor Polyushko wrote:
>
> Hi Guys,
>
> Thank you fo your input. I am sorry I am new to the list so + English is not
> my first language :-( anyhow., I shoudl 've made my question more clear.
>
> I am trying to save the image from the given URL
> (http://domain.com/image.gif) running a PHP scr
uz" <[EMAIL PROTECTED]>
Cc: "Victor Polyushko" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Thursday, May 16, 2002 2:01 PM
Subject: Re: [PHP] Can anyone help me save img from URL?
> Miguel Cruz wrote:
> >
> > On Thu, 16 May 2002, Victor Polyushko wrote:
&
Miguel Cruz wrote:
>
> On Thu, 16 May 2002, Victor Polyushko wrote:
> > I was wondering if someone knows how to save the image from the given
> > url http://domain.com/image.gif into a file on a local machine
>
> lynx -source -dump > image.gif
If there were actually an image I'd use:
wget
On Thu, 16 May 2002, Victor Polyushko wrote:
> I was wondering if someone knows how to save the image from the given
> url http://domain.com/image.gif into a file on a local machine
lynx -source -dump http://domain.com/image.gif > image.gif
miguel
--
PHP General Mailing List (http://www.php.n
Ireland.
http://www.optip.com/
-Original Message-
From: Victor Polyushko [mailto:[EMAIL PROTECTED]]
Sent: 16 May 2002 18:05
To: [EMAIL PROTECTED]
Subject: [PHP] Can anyone help me save img from URL?
Hi,
I was wondering if someone knows how to save the image from the given
url htt
Hi,
I was wondering if someone knows how to save the image from the given url
http://domain.com/image.gif into a file on a local machine
Any suggestion will be greatly appreciated.
Thank you in advance
Victor Polyushko
At 19.03.2002 14:16, you wrote:
>
>I'm having a problem with file uploads via a HTML form. I've no luck getting
>it to work. After a bit of research I think I've determined that the problem
>lies with my host having safe mode enabled and setting a open_basedir that
>is outside my scope.
>
Hi Jac
I'm having a problem with file uploads via a HTML form. I've no luck getting
it to work. After a bit of research I think I've determined that the problem
lies with my host having safe mode enabled and setting a open_basedir that
is outside my scope. Here is my upload test page which is a direct li
1:53 PM
Subject: [PHP] Can anyone help me on nntp ?
> Hi!
> I want to know if I want to post a message to some newsgroup, is there any
> sample or function available ?
> Can you kindly point out where should I go or maybe give me an example for
> this ?
>
> Thanks.
>
>
Hi!
I want to know if I want to post a message to some newsgroup, is there any
sample or function available ?
Can you kindly point out where should I go or maybe give me an example for
this ?
Thanks.
James
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTE
26 matches
Mail list logo