The form has been submitted.
msg has not been set for some strange reason.
POST Dump:
Array ( ) You said: PHP Notice: Undefined variable: input in D:\PHP\message.php on line 18
Search found 3 matches
- Sun Sep 28, 2008 10:07 am
- Forum: PHP - Code
- Topic: $_POST Problems
- Replies: 6
- Views: 507
Re: $_POST Problems
This is the result of what stryks had told me to put in the code:
- Sun Sep 28, 2008 3:12 am
- Forum: PHP - Code
- Topic: $_POST Problems
- Replies: 6
- Views: 507
Re: $_POST Problems
Ok. I have changed line 7 of message.php from $input = $_GET['msg']; to $input = $_POST['msg']; But still no luck; I still get the error You said: PHP Notice: Undefined index: msg in D:\PHP\message.php on line 7 Any other suggestions? I am curious to see if it has anything to do with my web server s...
- Sat Sep 27, 2008 8:45 pm
- Forum: PHP - Code
- Topic: $_POST Problems
- Replies: 6
- Views: 507
$_POST Problems
Hi everyone: I'm currently in the process of learning PHP. I have been trying to work with the $_POST function and forms. I am running the latest verision of PHP on BRS WebWeaver. Here's what my code looks like on my html page called form.htm: <html> <head></head> <body> <form action="message.p...