Where is my message ?

hey again. i had this problem before and Arandlett helped me
out in here, but i created a new form and got into a the same
problem.
i created this form : feedback.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
<title>Feedback Form</title>
</head>
<body>
Meanwhile, please feel free to submit any suggestions <br
/>
or ideas to make this website fun for everyone: <br />
<form action="handle_form.php"method="post">
Name: <input type="text" name="name" size="20" />
<br />
Email Address: <input type="text" name="email" size="20"
/>
<br />
Your Message: <textarea name="Your message" rows="3"
cols="30"></textarea>
<br />
<input type="submit" name="submit" value="Hit me" />
</form>
<!-- Script 3.3 - feedback.html -->
</body>
</html>
i created this form : feedback.html
and this is the browser where it goes to : handle_form.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
<title>Your Feedback</title>
</head>
<body>
<?php // Script 3.4 - handle_form.php
// This page receives the data from feedback.html.
// It will receive: tittle, name, email, response, comments,
and submit.
print "Thank you $title $name for your
time. <br />";
print "Any suggestions or comments would be appreciative. We
will respond to any emails given.
$your_message";
// gets the variables from the form
$title = $_POST['title'];
$name = $_POST['name'];
$email = $_POST['email'];
$response = $_POST['response'];
$your_message = $_POST['your_message'];
// type the subject of the email you will receive below
$emailSubject = "Feedback";
// variables from form placed into the body of the email with
html break tags and labels so your email makes sense
$emailBody = "Name: $name <br/> Your Message:
$your_message";
$emailTo = "[email protected]";
//sets the users email to the from email
$emailFrom = $email;
//sets the header info for the email
$emailHeader = "From: $emailFrom\r\n"
. "MIME-Version: 1.0\r\n"
. "Your_Message-type: text/plain; charset=\"ISO-8859-1\"\r\n"
. "Content-transfer-encoding: 8bit\r\n";
// emails the information
mail($emailTo, $emailSubject, $emailBody, $emailHeader);
?>
</body>
</html>
The only problem i have is that when people fill the form and
submit it, it goes to my email but, i see everything but the
message they wrote.
Thanks guys. i really appreciate the help

Your form text area is called Your_message, but youre
populating the
$your_message variable with $_POST['your_message']
Note the text area starts with Y and the post variable your
looking at has a
lowercase y, so these are mismatched. Fix that and it should
work.
Gareth
http://www.phploginsuite.co.uk/
PHP Login Suite V2 - 34 Server Behaviors to build a complete
Login system.

Similar Messages

  • Changing where the sent messages are stored

    Hi, I was wondering is there any way you can change where the sent messages are stored. I have switched from a few programs.. and there is a 'sent' folder and ' sent messages' folder on my folder list in addition to that of what mail is putting them in. I just want one folder.

    Sounds like you are accessing an IMAP type account.
    If so, is this the only email account and account type you are accessing with the Mail.app?

  • Finding Source Codes where a Particular Message Is Used??

    Hi All,
    Is there a good way to find out the Programs, FM, BAPIs, etc where a particular message number is used?
    I am trying to find source codes where the mesage TD 463 is used. I am getting this error by RSNAST00 program. It is used somewhere either in an include or some FM or BAPI called within those includes included in RSNAST00.
    I have tried to search for it in RSNAST00 but couldn't find it.
    Any idea how I can find the places where this message is used globally or at least in RSNAST00 and it's sub sources.
    Any suggestions will be greatly appreciated.
    Thanks

    hi,
      Goto SE91, give ur message class <b>TD</b> and your message no <b>463</b>, click on Display button. Place the cursor on the message no 463 and click on Where used list (CTRLSHIFTF3). A popup opens and click ok.
      This gives the list of programs, transactions in which message no is used.
      In that list, check for your program RSNAST00. Click display button.
    Regards,
    Sailaja.

  • How to  find out where sap error messages stored...

    How to  find out where sap error messages stored in our system.like sometime we will get a error message with message number.whr it will be stored and whch table it is?

    Hi,
    I also got the same message when that message no is not there
    E:SABAPDOCU:000 test 
    yours is S-type and message id ZY and message no 127
    127 is not there either change the no  or create the same
    Regards
    Shiva

  • How to find out where sap error messages stored in our system

    How to find out where sap error messages stored in our system.like sometime we will get a error message with message number.whr it will be stored and whch table it is?

    Are you interested in WDA messages ?
    The set a breakpoint in METHODS IN class CL_WDR_MESSAGE_MANAGER.
    Then use call stack (default desktop 2 in debugger) to see where message is added to message manager.
    regards
    phil

  • I am trying to imessage from my mac because my phone is broken, where is the message icon on my mac?

    i am trying to imessage from my mac because my phone is broken, where is the message icon on my mac?

    The easiest way to find it would be to type "messages" in spotlight.  Spotlight is the magnifying glass on you menu bar at the top right of the screen.

  • Gmail account IMAPed with Apple Mail. Apple Mail Inbox now empty! Where would the messages go?!?

    I just synced up (IMAP) my Gmail account with Apple Mail. My apple mail inbox is now empty! Where would the messages go?!?

    There is a better forum for issues with iCloud.
    Apple has a couple tech note articles to help with email, and with gmail as well.
    Try there.
    This is just WORKSTATION forum.
    http://www.apple.com/support/icloud

  • Database Table where modifications to message long text are stored (log)

    Hi,
    As per manual correction mentioned in SAP note 1144291,
    we have changed the long text for message XC092 by modification of the long text.
    This note 1144291 is a pre-requisite for SAP Note 1310808.
    After the notes were implemented, it is noticed that message CURTO1055 has incorrect information in its long text. This is because, the variable in the long text are not correctly defined in the long text.
    Both the messages XC-092 and CURTO1-055 are SAP standard.
    The error for CURTO1-055 can be rectified by modification of the long text and maintenance of the correct variables.
    However, my question is:
    Where do we check the log for document modifcation for a message long text.
    I have found the logs relevant to my modification in table DOKHL and DOKIL.
    But in which table do we get all of the foll. data:
    - Message class
    - Message number
    - Modification name
    - Modification created by
    - Modification done on
    - Last changed by
    - Last changed on
    Kindly help. A <removed by moderator> solution would be really helpful.
    Best Regards,
    Smruthi
    Edited by: Thomas Zloch on May 5, 2011 12:07 PM - urgency reduced

    Hi Smruthi,
    The modification changes would be in the SMODILOG table. Please note this is a core basis table and should not be changed, however to best find your changes search under the TRKORR field with the relevant tp request.
    Best regards,
    Derrick Hurley
    Development Workench

  • Where did my messages go? (Only "showing" 50 messages).

    I have had my iPhone 3G set to show 50 Recent Messages (e-mail). I have had about 20 messages in my InBox, but then had more than 30 new messages this morning. Some of the older messages in my InBox have disappeared. I checked in the Trash, but they are not there. I changed the settings to show 200 Recent Messages, but the old messages are still missing. Where did they go, and is there a way to get them back?
    Thanks,
    Guy

    At the bottom of the list of messages there should be a "Load more messages" place to tap. Is it not there?

  • How can you create a spoolfile from a program where have Error Message?

    I have a situation where I need a report to come out  - even if I have an Error or Abort Message.
    I need the report so that i can email the users in a second step of a Job.
    We want the CANELLED to show in the JOB queue but when that happens by doing a message with the error it does not output any spool file.
    The code is simple:
       CONCATENATE c_errors
                    c_error_645
            INTO  z_msg_line  SEPARATED BY space.
        WRITE z_msg_line TO z_output_line.
        WRITE:  z_output_line.
        lv_errors = 'X'.
        MESSAGE ID 'ZX' TYPE 'E' NUMBER '645'.
    The job stops, shows CANCELLED but not output to the spool file.
    If I change message type to I for imfomation I get the spoolfile but the JOB queue shows COMPLETED so a Basis person will not catch the Cancelled job.
    Thanks.

    Does the email processing have to occur within the same job?  Why not establish a polling process for cancelled jobs where you control the job name(s) to poll for and the linked users to email?  When you find a canceled job you can read the job log messages (assuming you have logged your errors using 'S' messages and then used a final 'E' message to stop the job) using function BP_JOBLOG_READ.  You could establish a spool from that (and attach it) or just embed the messages in the email body itself.
    I'm not sure what your scenario is though - I would separate application errors from technical errors in your error notification process, i.e., handle error notification/emailing within your programs themselves and avoid abending jobs if possible.  Are these Basis-handled errors or user-handled errors that you're talking about?
    Edited by: Brad Bohn on Aug 19, 2010 3:51 PM

  • In Apple Mail where are the message in Trash stored?

    Somehow all my Trash message from March 2014 through September 2014 have been removed. In the Trash box I have Trash message going back many years prior to March 2014 and then again starting in late September 2014. Since I do backups with CrashPlan off site, if I knew where the trash was kept, I could go to Crashplan and restore them. In Crashplan I have it set to never delete any files, only to keep adding, so they should be there. I also have Presference box Move Deleted Messages to Trash mailbox checked and Store deleted messages on the server. - Godaddy is my server and it doesn't seem that Godaddy is rstoring them because the Trash box there has only a few days worth of deleted messages.  Could it be since I have checked both boxes, it is not keeping them on my computer since I also check to store on server?
    I did restore from CrashPlan

    spotlight search "trash".

  • Where is the Messages icon?  How can I get it back?

    Hi -
    I have an iPhone5 running iOS 6.1.4.
    Today I noticed that the Messages icon was gone.  If I double hit the Home button it still shows as a recently used app - so I still can send and receive texts but the icon is not on the Home screen where it usually is.
    I performed a Sync but Messages isn't on the list of apps anyway inside iTunes.
    How do I get the Messages icon back?
    TIA your input
    J2

    The Messages app is a native iOS app and as such cannot be deleted. If you go to search screen and type it in, over to the right, does it identify a folder it is in. Usually this is what happens, it gets accidently dragged into a folder, or on another page. If you cannot find it that way, try a reset. Hold the sleep/wake and home buttons together until you see the Apple logo and then release. After the phone restarts, see if you find it. If not, then go to Settings, General, Reset, Reset Home Screen Layout. That should bring it back.

  • Where to find message port for ecc 6.0 ?

    Hi experts
    I am creating a tecnical system(ECC WEBAS) in pi. there we have option called message Port.
    so my quesiton is how to find the message port for this ?

    Hi Praveen
    Normally 36xx is the message port for ECC6.0 where xx is the instance numr of sap system.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4e515a43-0e01-0010-2da1-9bcc452c280b

  • IMAP GMAIl and Leopard Mail...where are deleted messages?

    I have followed these instructions in mapping folders from Google website (below). When I delete a message while on iMac/Apple Mail..i cant see where it went! It is in the GMAIl ALL MAIL folder but not in trash. When I delete from gmail website while on web browser, a deleted message goes in TRASH.
    Apple Mail
    From the Mail menu, click Preferences > Accounts > Mailbox Behaviors
    Drafts:
    Store draft messages on the server > checked
    Sent:
    Store sent messages on the server > do NOT check
    Junk:
    Store junk messages on the server > checked
    Delete junk messages when > Never
    Trash:
    Move deleted messages to the Trash mailbox > do NOT check
    Store deleted messages on the server > do NOT check

    There is a potential solution at Macosxhints.com
    http://www.macosxhints.com/article.php?story=20071023233813768
    I was having a similar problem, though i was getting a new label called "Deleted items folder".
    Followed the tip above and it hasn't occurred again (yet).
    Hope that helps

  • Where are the message boards???

    i've just joined...been here for half an hour now and this is the only place i can find to post a message!!!!
    how do you get to the message boards to ask a question???

    Hi, MarjorieRose, and welcome to the Community,
    I will suggest that this text, which appears at the upper left corner of the Community's website page, be made more apparent - this is where all of the introductory "How-To's" are:
    Skype Community
    Welcome to the Skype community. To get started please read our short welcome post. Thanks!
    The blue type, short welcome post, is actually a hyperlink - here it is, again, in its usual format:
    http://community.skype.com/t5/News-and-announcements/Welcome-to-the-Skype-Community/ba-p/24#M3
    All of those titles appearing in blue type are actually the message boards themselves.  Clicking on the title will take you to the lists of topics; if after typing in a few words in the search box, nothing appears quite like what you need assistance with, you can click on the green New Topic button.
    Regards,
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

Maybe you are looking for