Jump to content

Help for working a contact_form


qskti

Recommended Posts

A contact_form in old server was sending e-mail ( http://gjykataelbasan.qskti.com/Na-kontaktoni.php ), in new server does not work ( http://gjykataelbasan.gov.al/Na-kontaktoni.php)
 
Can you tell me what can I do? The code is this:

            <?php 
$action=$_REQUEST['action']; 
if ($action=="")    /* display the contact form */ 
    { 
    ?> 
    <form  action="" method="POST" enctype="multipart/form-data"> 
     <div class="field"> <p>
        <input type="hidden" name="action" value="submit"> 
        <Label> <b> Emri Juaj:</b></Label>
        <br> 
        <input name="name" type="text" value="" size="30"/>
      </p> 
      </div>
     <div class="field">
      <p><br> 
        <Label> <b> Email Juaj:</b></Label>
        <br>
        <input name="email" type="email" value="" size="30"/>
      </p></div>
     <div class="field">
      <p><br> 
             <Label> <b> Mesazhi Juaj:</b></Label>
        <br>
        <textarea name="message" rows="7" cols="30"></textarea>
        <br> </p> </div> 
        <div class="field"> <p>
        <input type="submit" class="ui-widget-header" value="Dergo Mesazhin"/>
      </p> </div> 
    </form> 
    <?php 
    }  
else                /* send the submitted data */ 
    { 
    $name=$_REQUEST['name']; 
    $email=$_REQUEST['email']; 
    $message=$_REQUEST['message']; 
    if (($name=="")||($email=="")||($message=="")) 
        { 
        echo '<span style="color:#CCFFFF;font-size:28px;text-align:center;">Fushat duhen plotesuar detyrimisht qe te mundesh dergimin e mesazhit!<a href="Na-kontaktoni.php"> Provo perseri</a>."</span>'; 
        } 
    else{         
        $from="From: $name<$email>\r\nReturn-path: $email"; 
        $subject="Message sent using your contact form"; 
        mail("ardianpali@yahoo.it", $subject, $message, $from);
		echo '<span style="color:#CCFFFF;font-size:28px;text-align:center;">Mesazhi u dergua!</span>';
       
	      } 
    }   
?>

If you give me an answer, I'll be very grateful

 

Ardian

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.