Results 1 to 7 of 7

Thread: HTML EXPERThelp me pleas its urgent plzzzz

  1. #1
    playboy1's Avatar
    playboy1 is offline Senior Member+
    Last Online
    3rd March 2014 @ 09:20 AM
    Join Date
    27 Nov 2010
    Location
    shinkiari
    Age
    33
    Gender
    Male
    Posts
    382
    Threads
    125
    Credits
    0
    Thanked
    7

    Unhappy HTML EXPERThelp me pleas its urgent plzzzz

    maynay website pa contact us ka forem lagana ha uuska coad b ha but ismay aapna email kaha put karna ha??????? help pkleas html coad attachment ma ha help plz
    Attached Files Attached Files

  2. #2
    playboy1's Avatar
    playboy1 is offline Senior Member+
    Last Online
    3rd March 2014 @ 09:20 AM
    Join Date
    27 Nov 2010
    Location
    shinkiari
    Age
    33
    Gender
    Male
    Posts
    382
    Threads
    125
    Credits
    0
    Thanked
    7

    Default

    ya html coad ha pleasc help

    <head>
    <title>Feedback Form</title>
    </head>
    <body>
    <h1>Contact us:</h1>
    <form action="send_mail.php" method="post">
    <table>
    <tr>
    <td>Email Address:</td>
    <td>
    <input type="text" name="Email_address" value="" maxlength="100" />
    </td>
    </tr>
    <tr>
    <td>Your Message:</td>
    <td>
    <textarea rows="10" cols="50" name="comments"></textarea>
    </td>
    </tr>
    <tr><td>&nbsp;</td>
    <td>
    <input type="submit" value="Submit" />
    </td>
    </tr>
    </table>
    </form>
    <p></a>.</p>
    </body>
    </html>

  3. #3
    umair8005's Avatar
    umair8005 is offline Senior Member
    Last Online
    8th April 2019 @ 04:06 PM
    Join Date
    24 Sep 2006
    Location
    ~~ SOME 1 HEART ~~
    Posts
    8,820
    Threads
    326
    Credits
    0
    Thanked
    457

    Default

    me jst form bnana bta skta houn....but sumbit kaise hoga..wo php me hota hy....

    wo muje nhi aata abhi...

    i m doing jst clinet side web developemnt..

  4. #4
    Urduadsense's Avatar
    Urduadsense is offline Senior Member
    Last Online
    28th February 2019 @ 06:26 PM
    Join Date
    18 Apr 2009
    Location
    Bhakkar
    Age
    34
    Gender
    Male
    Posts
    1,440
    Threads
    51
    Credits
    72
    Thanked
    108

    Default

    Dear Brother!
    PHP bhut mushkil language he aur is me form bnanay pe bhut kuch lgta he. Liahaza ap PHP k chakkar me na pren aur bna bnaya form use kren.
    Ap is url se apni website k liay free form bna skte hen http://www.emailmeform.com/
    [URL="."][COLOR=Red][B][COLOR=Magenta]Read ITD Thread[/COLOR] | Cheap Shared hosting, [COLOR=Blue]Reseller Hosting[/COLOR], [COLOR=DarkGreen]Master Reseller[/COLOR], [COLOR=Sienna]Alpha Reseller Hosting & [COLOR=DarkSlateGray]Domains[/COLOR]
    [/COLOR][/B][/COLOR][/URL]

  5. #5
    Faisal69's Avatar
    Faisal69 is offline Senior Member+
    Last Online
    11th June 2014 @ 11:47 PM
    Join Date
    03 Jun 2009
    Location
    Rawalpindi
    Age
    32
    Gender
    Male
    Posts
    52
    Threads
    6
    Credits
    935
    Thanked
    2

    Default

    Dear Experts. Man ny WPI.HTA bnana hy apni mri sy. Please tell me any software. I've tried HtmlApp Studio but its not available in registered form. Please Tell me any other or this registered software

  6. #6
    hamayun_4u2004's Avatar
    hamayun_4u2004 is offline Senior Member+
    Last Online
    23rd April 2016 @ 05:30 AM
    Join Date
    24 Jul 2006
    Location
    pakistan/Risalpur
    Age
    34
    Posts
    502
    Threads
    101
    Credits
    996
    Thanked
    9

    Default

    save this page as
    send_mail.php

    Code:
    <?php
    
    // user ka email jo form fill kar raha hai..
    $email=$_POST['Email_address'];
    
    /// user ky comments
    $comments=$_POST['comments'];
    Code:
    // write your name at the  your_email_address  @   GMA IL .COm
    
     $mail = mail(your_email_address@ GMA IL .COm, "User Contact form", $Comments);
    
    if($mail)
    {
    echo "your comments has been submitted to the site owner... we will give a response very soon!";
    exit();
    }
    else{
     
     echo"There is some error ocured while sending the email.. please try again";
     redirect("location: contact_us.html");
     exit();
     }
    ?>
    
    
    "NeVeR St0P tH!Nk!nG, BecoZ L!Fe Is THe G@mE OF LuCk"

    "L!Fe !s aN Experience, Try T0 Get L!L OnCe A DaY"
    (QaZ! HaMaYuN)

  7. #7
    playboy1's Avatar
    playboy1 is offline Senior Member+
    Last Online
    3rd March 2014 @ 09:20 AM
    Join Date
    27 Nov 2010
    Location
    shinkiari
    Age
    33
    Gender
    Male
    Posts
    382
    Threads
    125
    Credits
    0
    Thanked
    7

    Unhappy

    Quote hamayun_4u2004 said: View Post
    save this page as
    send_mail.php

    Code:
    <?php
    
    // user ka email jo form fill kar raha hai..
    $email=$_post['email_address'];
    
    /// user ky comments
    $comments=$_post['comments'];
    Code:
    // write your name at the  your_email_address  @   gma il .com
    
     $mail = mail(your_email_address@ gma il .com, "user contact form", $comments);
    
    if($mail)
    {
    echo "your comments has been submitted to the site owner... We will give a response very soon!";
    exit();
    }
    else{
     
     echo"there is some error ocured while sending the email.. Please try again";
     redirect("location: Contact_us.html");
     exit();
     }
    ?>
    
    
    brother blog support onlt html not php n:-(

Similar Threads

  1. HTML help plzzzz
    By playboy1 in forum Ask an Expert
    Replies: 8
    Last Post: 1st February 2012, 08:39 AM
  2. expert pleas help me urgent
    By vickyraj86 in forum Ask an Expert
    Replies: 4
    Last Post: 15th December 2011, 02:33 AM
  3. Pleas urgent help
    By w_luck in forum Ask an Expert
    Replies: 2
    Last Post: 16th July 2011, 12:13 PM
  4. need urgent help pleas all IT members help me pleas
    By playboy1 in forum Ask an Expert
    Replies: 3
    Last Post: 18th February 2011, 02:32 PM
  5. HTML help need pleas some one help me pleas
    By playboy1 in forum Ask an Expert
    Replies: 2
    Last Post: 19th January 2011, 08:34 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •