inherit
47964
0
May 27, 2006 0:10:26 GMT -8
obsqura
10
June 2005
obsqura
|
Post by obsqura on Jun 22, 2005 22:12:10 GMT -8
Anyone know what the post action is, since I am making something for the footer where people fill out this thing I have and click the submit button to click it. send.php doesn't work, except on another forum I visit. Is anyone able to help please?
<form action="send.php" name="nameform" method="post" onsubmit="return SubmitForm()">
|
|
inherit
Proboards Legend
212
0
May 11, 2006 12:32:55 GMT -8
california
21,035
December 1999
california
|
Post by california on Jun 23, 2005 0:22:22 GMT -8
You're using this for a ProBoard? There is no send.php on ProBoards servers, ProBoards isn't even PHP anyway. I think you need a full URL to the PHP file there. If you're expecting to make a code that automatically posts something into a specific board/thread, I don't think that would be allowed or possible, but if it were, your best bet would be copying & pasting source code from the post page.
|
|
inherit
47964
0
May 27, 2006 0:10:26 GMT -8
obsqura
10
June 2005
obsqura
|
Post by obsqura on Jun 23, 2005 7:48:57 GMT -8
No, I meant to say that send.php works on another forum that I use. I want to know the action for the proboards server.
|
|
inherit
Proboards Legend
212
0
May 11, 2006 12:32:55 GMT -8
california
21,035
December 1999
california
|
Post by california on Jun 23, 2005 7:51:48 GMT -8
It's /index.cgi , but it won't work the way you're wanting it to.
|
|
inherit
47964
0
May 27, 2006 0:10:26 GMT -8
obsqura
10
June 2005
obsqura
|
Post by obsqura on Jun 23, 2005 11:46:10 GMT -8
I know, I found out that it is index.cgi, but it just takes you back to the page. There must be something I can put there to post something...
|
|
inherit
Proboards Legend
212
0
May 11, 2006 12:32:55 GMT -8
california
21,035
December 1999
california
|
Post by california on Jun 23, 2005 13:30:39 GMT -8
Read my first reply more carefully then.
|
|