DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=37316>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=37316 Summary: Form Post method not working Product: Apache httpd-2.0 Version: 2.0.55 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Win32 MSI Installer AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I dont know if this is a bug because i have to admit that I am a noob to subjects related to servers networks e.t.c. I have created the following file to pass the value of the text field to the result.php file (it is shown below) but the form does not submit any data to the php file... Please note that php is working fine(i have tested some querries to mysql db). If you believe that the subject is too stupid don't bother to answer (I am a noob I know). I am just desperate because i created a small search engine and now i will have to use ms access instead... Thank you for your time... #<html> #<head> #</head> #<body> #<form action="result.php" method="post"> #<input type="text" name="stu"> #<input type="submit" value="plz Work"> #</form> #</body> #</html> This is the php file... #<html> #<head> #</head> #<body> #<? # if ($stu) # { # echo "It finally worked..."; # } #?> #</body> #</html> -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
