Gossamer Forum
Home : General : Perl Programming :

Query String Problem

Quote Reply
Query String Problem
I am trying to post a pre-defined message with a simple link on this
board.
But I am unable to do so? any ideas what I am doing wrong with query
string?

http://members.sitegadgets.com/scripts/post.cgi?
username=MainBoard&name=name&subject=subject&body=body


Giving an error: "username not specified"

The board is available here (This is not an example board, I want to post in this board):

http://members.sitegadgets.com/BusyBee3/board.html


Thanks for any input.



Here is the original source of form taken from the site.

<form method=POST
action="http://members.sitegadgets.com/scripts/post.cgi">
<input type=hidden name="username" value="BusyBee3">
Name:<br><input type=text name="name" size=30><br>
E-Mail:<br><input type=text name="email" size=30><br>
Subject:<br><input type=text name="subject" size=30><br><br>
Message:<br>
<textarea COLS=30 ROWS=10 name="body"></textarea><br><br>
Optional Link URL:<br><input type=text name="url" size=25><br>
Link Title:<br><input type=text name="url_title" size=25><br>
Optional Image URL:<br><input type=text name="img" size=25><p>
<input type=submit value="Post Message">
</form>
Quote Reply
Re: [Sara_Samsara] Query String Problem In reply to
Could be several things. Crap coding; needs to use GET instead of POST, or just a general browser issue where it is not sending stuff correctly.

What is the scripts name? ... and what browser are you using?

Also, why not use a decent board like YaBB, YapBB, Ikonboard, GForum? There is an absolute ton of decent ones around Tongue

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!