Search found 5 matches

by Crimsonshift
Mon Jul 02, 2007 5:46 pm
Forum: PHP - Code
Topic: Form Submission
Replies: 9
Views: 449

It must be some setting on the server or in php.ini because when I run the code on my server there is no issue. Anyone know what setting could be causing this?
by Crimsonshift
Mon Jul 02, 2007 5:25 pm
Forum: PHP - Code
Topic: Form Submission
Replies: 9
Views: 449

this is a live site, and I don't want to mess with it anymore, their FTP is really touchy and I don't want to have it mess up by me uploading something. Especially because it's not really a problem. I'm just curious as to what could be causing this. Thank You for trying to help me!!!
by Crimsonshift
Mon Jul 02, 2007 5:08 pm
Forum: PHP - Code
Topic: Form Submission
Replies: 9
Views: 449

Doesn't Work: <form action='http://www.xxxxxxxxx.com/error_reporting/page.php' method='post' onSubmit="return Validator(this)" name="Form1" language="JavaScript"> Does Work: <form action='page.php' method='post' onSubmit="return Validator(this)" name="For...
by Crimsonshift
Mon Jul 02, 2007 5:03 pm
Forum: PHP - Code
Topic: Form Submission
Replies: 9
Views: 449

I'm not a newbie. The url does exist I just used http://page.php as an example for this forum.
by Crimsonshift
Mon Jul 02, 2007 3:55 pm
Forum: PHP - Code
Topic: Form Submission
Replies: 9
Views: 449

Form Submission

Hello everyone. The question that I have is as follows: The system I'm working on is 4.3.9 and the issue was that I have a form (the action url is a made-up one for this post): <form action='http://page.php' method='post'> None of the $_POST variables submitted are available. However when I changed ...