Jump to content

mcquaye

Members
  • Posts

    3
  • Joined

  • Last visited

About mcquaye

  • Birthday 03/31/1988

Previous Fields

  • Languages
    Css, Html, Javascript,

Contact Methods

  • MSN
    mcquaye@hotmail.com
  • Website URL
    http://www.4twentygraphicillusions.com
  • Yahoo
    mcquaye@yahoo.com
  • Skype
    mcquaye.reubin

Profile Information

  • Location
    Ghana

mcquaye's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. mcquaye

    PHP post forms

    Can you please teach me how. Am still a noob at php
  2. mcquaye

    PHP post forms

    I want to be able to clear the fields after and when someone sends a form to the server mail. But instead the inpuy remains. even after refresh. This is my coding. How and what do i need to do to resolve this please.... <?php$your_email ='hello@4twentygraphicillusions.com';$errors = '';$name = '';$visitor_email = '';$subject = '';$user_message = ''; if(isset($_POST['submit'])){ $name = $_POST['name']; $visitor_email = $_POST['email']; $subject = $_POST['subject']; $user_message = $_POST['message']; //send the email $to = $your_email; $subject="New form submission"; $from = $your_email; $ip = isset($_SERVER['REMOTE_ADDR']) ? $_SERVER['REMOTE_ADDR'] : ''; $body = "A user $name submitted the contact form:\n". "Name: $name \n". "Email: $visitor_email \n". "Subject: $subject \n". "Message: \n ". "$user_message\n". "IP: $ip\n"; $headers = "From: $from \r\n"; if(mail($to, $subject, $body,$headers)){ $confirm = "<span id='confirm'>We've received your message. Thank You!</span>"; }else{ $error = "<span id='error'>An error occured</span>"; } } ?>
  3. Full name: Reubin "Four.Twenty" McQuayeAlternative name(s): I sometimes go by another name, but I'm not listing it hereBirth date(dd/mm/yyyy): 31/03/1988Gender: MaleZodiacal sign: AriesCountry of residance: GhanaCity of residance: AccraHeight: 6'0"Weight: 160Kg "last time i checked and that was begining of year"Eyes: BrownHair: Dread Locks /BlackSmoking/Drinking/Drugs: No Cigrattes only Medicinal Weed/No/NoFavourite Music: Reggae mostlyFavourite Movies: Mostly anime, crime, drama, history & actionInterest: I am a self taught graphic designer and web programmer. A bit rusty but hey, i always get the work done! :PPets: had a royal python *she's dead *Additional comments: And yh you can check out my website http://www.4twentygraphicillusions.com
×
×
  • Create New...