Re: [PHP] bcc on php

2003-07-17 Thread Abdolhamid Joukar
 be aware that BCC header some times don't works properly on Windows
 platforms and the recipient can see the BCC header from the source of mail!
:o
 regards
 Abdolhamid Joukar
 ]
 - Original Message -
 From: Ralph Guzman [EMAIL PROTECTED]
 To: 'Louie Miranda' [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Sent: Thursday, July 17, 2003 5:27 AM
 Subject: RE: [PHP] bcc on php


  Just include Bcc in the extra headers. Take a look at
 
  Example 4. Sending complex email
  http://www.php.net/manual/en/function.mail.php
 
 
  -Original Message-
  From: Louie Miranda [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, July 16, 2003 5:47 PM
  To: [EMAIL PROTECTED]
  Subject: [PHP] bcc on php
 
  hello,
 
  how do you make a bcc on php on a form 2 email settings..
 
 
 
  --
  Thank you,
  Louie Miranda ([EMAIL PROTECTED])
 
 
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
 
 
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
 
 
 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Display HTML/PHP code on a web page

2003-07-17 Thread Abdolhamid Joukar
 i'm not sure but i think a tag in html is available which name code and
 /code
 you should put your codes between this couple ...
 regards
 Abdolhamid Joukar

 - Original Message -
 From: Jason Paschal [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, July 17, 2003 9:29 AM
 Subject: [PHP] Display HTML/PHP code on a web page


  I've googled for it, but nothing came up.  How do I display code on a
page
  without it being executed?
  i want the page to display HTML code as it would look if you typed it
into
  an editor (not encoded), and the code I want to display is being spit
out
 by
  PHP.  Which functions should i look at?  i can get it to display with
  urlencode, but, of course, it's encoded.
  Thank you,
  Jason
 
  P.S. a bit more info:
  I'm pulling a file from my site like this:  $file =
  file(http:///file.php;);
  it works fine, but i want to be able to print out lines that meet a
 certain
  criteria, and that includes any of the html source that comes along with
 it.
  however, the the search script tries to execute the lines instead of
  displaying them.
  i don't want to write this to a file and then display as this is for
admin
  purposes and i want to be able to do quick scans from a browser, and i
 want
  the matches to display underneath the search form, which I can do, but I
  make a note of it because the page still has to react as an html page
 (form
  submission).
  this make any sense?
 
  _
  The new MSN 8: advanced junk mail protection and 2 months FREE*
  http://join.msn.com/?page=features/junkmail
 
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
 
 
 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php