Mailform

This is a discussion on Mailform within the PHP Language forums, part of the PHP Programming Forums category; Hi, i am a newbie with php . Why does the following not work on lycos free account??????? <?PHP $to = $...


Go Back   Usenet Forums > PHP Programming Forums > PHP Language

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 09-09-2003
FiremanSAM
 
Posts: n/a
Default Mailform

Hi,

i am a newbie with php .

Why does the following not work on lycos free account???????

<?PHP
$to = $_POST["to"];
$from = $_POST["from"];
$mes = $_POST["mes"];
mail($to, $from, $mes);
?>

Up this is a html form with fields to from and mes.

what is the simplest mailform.

FiremanSAM


Reply With Quote
  #2 (permalink)  
Old 09-09-2003
RG
 
Posts: n/a
Default Re: Mailform


"FiremanSAM" <firemansam@co.uk> wrote in message
news:6hm7b.3066$P51.5223@amstwist00...
> Hi,
>
> i am a newbie with php .
>
> Why does the following not work on lycos free account???????
>
> <?PHP
> $to = $_POST["to"];
> $from = $_POST["from"];
> $mes = $_POST["mes"];
> mail($to, $from, $mes);
> ?>
>
> Up this is a html form with fields to from and mes.
>
> what is the simplest mailform.
>
> FiremanSAM
>


Probably because they don't want people abusing their mailservers.
If you get proper hosting, your script will work.

RG


>



Reply With Quote
  #3 (permalink)  
Old 09-09-2003
ofor
 
Posts: n/a
Default Re: Mailform


"FiremanSAM" <firemansam@co.uk> skrev i meddelandet
news:6hm7b.3066$P51.5223@amstwist00...
> Hi,
>
> i am a newbie with php .
>
> Why does the following not work on lycos free account???????
>
> <?PHP
> $to = $_POST["to"];
> $from = $_POST["from"];
> $mes = $_POST["mes"];
> mail($to, $from, $mes);
> ?>
>
> Up this is a html form with fields to from and mes.
>
> what is the simplest mailform.
>
> FiremanSAM
>

If you run phpinfo() you will see a lot of things are disabled

ofor


Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 06:10 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0