tutoriale photoshop, brushes, patterns, gradient
Site afiliat proiectului Wtricks.com
   
   
  REGULAMENT | Search | Members | Calendar | Help  
 


Post Reply  Post Thread 
E-mail form , contact form
Author Message
ionutzu14u
Ucenic
****


Posts: 188
Group: Registered
Joined: Mar 2008
Status: Offline
Reputation: 0
Lei: 586.34
Post: #1
E-mail form , contact form

As dori sa stiu si eu unde pot sa-mi construisc un e-mail form sau contact form .Stiam un site care iti dadea toate pasurile si era free fara nici un fel de ads sau chestii . Sau daca este vreun program ? plz


-----------------------------------------
Stiri din domeniile Stiinta&IT
        VASION Web Design        
---------------------------------------
03-12-2008 04:32 AM
Visit this users website Find all posts by this user Quote this message in a reply
DarK4EveR
Super Moderator
******


Posts: 415
Group: Super Moderators
Joined: Aug 2007
Status: Offline
Reputation: 6
Lei: 1556.07
Post: #2
RE: E-mail form , contact form

http://www.invatam.net/e-mail-sender-scr...l#pid12856

Citeste post-ul ala. Gasesti si script-ul folosit de mine, vezi poate te ajuta.


Adrian S. - Web Master
Hosting Gratuit pentru Incepatori [U-P-D-A-T-E-D].
03-12-2008 05:06 AM
Find all posts by this user Quote this message in a reply
maryusyk
De al casei
***


Posts: 57
Group: Registered
Joined: May 2008
Status: Offline
Reputation: 0
Lei: 101.87
Post: #3
RE: E-mail form , contact form

daca ai nevoie pentru wordpress...exisa un plugin Wink


http://www.pronosticuri.net << Cu noi, mergi la sigur!  
Meciurile live sunt la noi :)
05-27-2008 05:50 AM
Visit this users website Find all posts by this user Quote this message in a reply
alex67x
Membru
**


Posts: 20
Group: Registered
Joined: Feb 2008
Status: Offline
Reputation: 0
Lei: 55.76
Post: #4
RE: E-mail form , contact form

'Email me form' > cauta pe google Wink


Director Web SEODIR | SaveFile.ro | Emoticonuri pentru hi5
06-23-2008 10:48 PM
Find all posts by this user Quote this message in a reply
Rob3rt
Membru
**


Posts: 38
Group: Registered
Joined: Jun 2008
Status: Offline
Reputation: 0
Lei: 129.69
Post: #5
RE: E-mail form , contact form

uite aici unu usor de modificat

Contact.html

Code:
<form method="post" action="contact.php">
<table>
  <tr>
    <td><small><font color="red">*</font></small>Services:</td>
    <td><select name="services" id="services">
        <option>Web Design</option>
        <option>Html</option>
        <option>PHP</option>
        <option>Full website services</option>
      </select>
    </td>
  </tr>
<tr><td width="96"><font color=red>*</font> Name:</td><td width="150"><input size=25 name="Name"></td></tr>
<tr><td><font color=red>*</font> Email:</td><td><input size=25 name="Email"></td></tr>
<tr>
  <td><font color="red">&nbsp; </font>Company:</td>
  <td><input size=25 name="Company"></td></tr>
<tr>
  <td><font color="red">&nbsp; </font>Phone:</td>
  <td><input size="25" name="Phone2" /></td>
</tr>
<tr><td colspan=2><font color="red">*</font>Message:</td></tr>
<tr><td colspan=2 align=center><textarea name="Message" rows=5 cols=35></textarea></td></tr>
<tr><td colspan=2 align=center><input type=submit name="send" value="Submit"></td></tr>
<tr><td colspan=2 align=center><small>A <font color=red>*</font> indicates a field is required</small></td></tr>
</table>
</form>

Contact.php

Code:
<?php
  $Email = $_REQUEST['Email'] ;
   $services = $_REQUEST['services'] ;
    $Name = $_REQUEST['Name'] ;
$Company = $_REQUEST['Company'] ;
$Phone2 = $_REQUEST['Phone2'] ;
   $Message = $_REQUEST['Message'] ;

  mail( "rob3r7@live.com", "Services",
    "Services: $services , Phone : $Phone2 , Company: $Company , Name: $Name
Message: $Message", "From: $Email" );
echo("<p>Now waith maximum 1 days for answer ! thx for choose <font color='RED'>Qwest-Network</font> services");
?>

06-24-2008 12:34 AM
Find all posts by this user Quote this message in a reply
Post Reply  Post Thread 

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites

Forum Jump:

 

 Invatam Net
Esti nou pe aici? Vorbeste-ne despre tine.
Citeste articole si tutoriale unice.
Ai un site? Iti putem oferi un review.

  Parteneri

  

  

  UNIX, Linux, Programare si Scripting pentru incepatori

  

-->