Closed Thread Icon

Topic awaiting preservation: 405 Error ?? (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=12723" title="Pages that link to Topic awaiting preservation: 405 Error ?? (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: 405 Error ?? <span class="small">(Page 1 of 1)</span>\

 
CPrompt
Maniac (V) Inmate

From: there...no..there.....
Insane since: May 2001

posted posted 05-08-2003 17:06

Hi all, I am having some problems . . . again!

Here is what I have:

Main page with a form:

code:
<form method="POST" action="posting.php">
Name<input type="TEXT" name="name" size="35" maxlength="100">
Company:<input type="TEXT" name="company" size="35" maxlength="100">
Address:<input type="TEXT" name="address" size="35" maxlength=100>
City<input type="TEXT" name="city" size="35" maxlength="100">
State:<input type="TEXT" name="state" size="2" maxlength="2">
Zip Code<input type="TEXT" name="zip" size="10" maxlength="100">
<input type="Submit" name="Submit" value="Submit">
</form>



Then this form calls a sepearte PHP file called posting.php:

<BLOCKQUOTE><FONT face="Verdana, Arial">code:</font><HR><pre>

<?php

//get current date and time
$month = date("M");
$day = date("d");
$year = date("Y");
$time = ":".date("H").":".date("i").":".date("s");


$filePointer = fopen("lists.txt", "a");
fputs($filePointer, "$month,$day,$year

smonkey
Paranoid (IV) Inmate

From: Northumberland, England
Insane since: Apr 2003

posted posted 05-08-2003 17:23

someone delete this for me, I'm not suitably ranked to be able to delete my own posts

[This message has been edited by smonkey (edited 05-08-2003).]

Tyberius Prime
Paranoid (IV) Mad Scientist with Finglongers

From: Germany
Insane since: Sep 2001

posted posted 05-08-2003 18:55

well... this suggests it's something with the post.
My gut feeling says you should add some type of encoding to your form tag and see what happens.

so long,

Tyberius Prime

Emperor
Maniac (V) Mad Scientist with Finglongers

From: Cell 53, East Wing
Insane since: Jul 2001

posted posted 05-08-2003 19:23

CPrompt: If that is a direct quote 2 of your inputs are missing > and I'd throw a space in between the city's size and maxlength.

Are other POST forms working on the site?

___________________
Emps

FAQs: Emperor

CPrompt
Maniac (V) Inmate

From: there...no..there.....
Insane since: May 2001

posted posted 05-08-2003 19:24
quote:
you should add some type of encoding to your form tag



Not sure what you mean?

Later,

C:\


~Binary is best~

CPrompt
Maniac (V) Inmate

From: there...no..there.....
Insane since: May 2001

posted posted 05-08-2003 20:22

Emps: Well sort of. I had to edit it for you to make sense. Had some beutification tags in there that I took out and must have taken out the ending tags as well.

There are no other POST forms on the site though.

Later,

C:\


~Binary is best~

« BackwardsOnwards »

Show Forum Drop Down Menu