User Profile

Collapse

Profile Sidebar

Collapse
mediator
mediator
Last Activity: Jun 7 '10, 04:03 PM
Joined: Jun 7 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mediator
    replied to Undefined index
    in PHP
    Hi the form is below ! the form works just cant get rid of the errors




    PHP ABOVE HEADER

    Code:
    <?php
    session_start();
    $EmailFrom = "info@mediadiverse.org.uk";
    $EmailTo = "info@mediadiverse.org.uk";
    $Subject = "Tools2diy Enquiry";
    $Name = Trim(stripslashes($_POST['Name'])); 
    $Tel = Trim(stripslashes($_POST['Tel'])); 
    $Email = Trim(stripslashes($_POST['Email']));
    ...
    See more | Go to post
    Last edited by Dormilich; Jun 7 '10, 03:50 PM. Reason: Please use [code] tags when posting code

    Leave a comment:


  • mediator
    started a topic Undefined index
    in PHP

    Undefined index

    Hello I have a php contact email form on my a ecommerce shop website !

    I am getting a Undefined index error messages coming from the top of the php code, the email form its self works fine,

    HERE IS THE ERROR MESSAGES


    Notice: Undefined index: Name in E:\domains\t\to ols2diy.co.uk\u ser\htdocs\cont act.php on line 13

    Notice: Undefined index: Tel in E:\domains\t\to ols2diy.co.uk\u ser\htdocs\cont act.php...
    See more | Go to post
    Last edited by Dormilich; Jun 7 '10, 12:54 PM. Reason: Please use [code] tags when posting code
No activity results to display
Show More
Working...