|
Posted by Stefan Mueller on 11/24/05 01:12
> PHP does remove all the PHP statements!
> There are no PHP statements in the string:
> From: "User" <user@inter.net>
> This is what gets sent to the browser.
I know you're right, but doesn't the PHP server send the email with mail()
before the browser gets the statements?
<?php
$headers .= "From: \"User\" <user@inter.net>\n";
...
mail($var_to, $var_subject, $var_body, $var_headers);
?>
I'm really confused
Stefan
Navigation:
[Reply to this message]
|