Click here to Skip to main content
15,902,198 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Server to server cookies? Pin
alex.barylski26-Jan-04 16:58
alex.barylski26-Jan-04 16:58 
Generalreal time web image and text editor Pin
Member 84034825-Jan-04 8:14
Member 84034825-Jan-04 8:14 
GeneralRe: real time web image and text editor Pin
basementman27-Jan-04 6:12
basementman27-Jan-04 6:12 
GeneralSticky Wicket: Auto-Invoke Save HTML As Pin
jbevilaqua24-Jan-04 19:57
jbevilaqua24-Jan-04 19:57 
QuestionHow do I define a run time for a script Pin
Kazzza23-Jan-04 14:01
Kazzza23-Jan-04 14:01 
GeneralWeb Interface for POP3 IMAP mailserver Pin
BrockVnm23-Jan-04 11:20
BrockVnm23-Jan-04 11:20 
GeneralRe: Web Interface for POP3 IMAP mailserver Pin
markkuk23-Jan-04 11:32
markkuk23-Jan-04 11:32 
GeneralForm & CGI POST Pin
alex.barylski23-Jan-04 3:42
alex.barylski23-Jan-04 3:42 
When you post variables to a server via a FORM you normally do...

<FORM method="POST" action="index.php">

</FORM>

Once that form is submitted either directly through someone clicking on a submit button or indirectly via a function call to submit() when using PHP or ASP why does the URL always change to reflect the script that just got called?

Perl doesn't appear to require you to do this. It let's you POST and no page refreshing seems required. Does it work this way? Is it becuz PHP/ASP send HTTP headers with every request and in Perl it's up to you to compose your own headers?

What I really want to know is (prolly wrong site to ask) how can I submit form data to a server but not have the page redirect, like i've seen Perl/CGI scripts do?

The technique i've used so far was to just redirect back to caller script as quick as possible, but it's still noticeable and I don't desire to have it be noticeable.

If I use Perl to process the form data and store it in a database, does the page still need to be redirected?

Thanks Smile | :)

The word of the day is legs, let's go back to my house and spread the word Poke tongue | ;-P
GeneralRe: Form &amp; CGI POST Pin
l a u r e n23-Jan-04 14:33
l a u r e n23-Jan-04 14:33 
GeneralRe: Form &amp; CGI POST Pin
ZoogieZork25-Jan-04 6:44
ZoogieZork25-Jan-04 6:44 
GeneralRe: Form &amp; CGI POST Pin
basementman27-Jan-04 6:16
basementman27-Jan-04 6:16 
GeneralApostrophe in a SQL statement does not work Pin
Brendan Vogt22-Jan-04 23:34
Brendan Vogt22-Jan-04 23:34 
GeneralRe: Apostrophe in a SQL statement does not work Pin
henningbenk22-Jan-04 23:36
professionalhenningbenk22-Jan-04 23:36 
GeneralRe: Apostrophe in a SQL statement does not work Pin
Brendan Vogt22-Jan-04 23:43
Brendan Vogt22-Jan-04 23:43 
GeneralRe: Apostrophe in a SQL statement does not work Pin
henningbenk23-Jan-04 0:00
professionalhenningbenk23-Jan-04 0:00 
GeneralRe: Apostrophe in a SQL statement does not work Pin
Brendan Vogt23-Jan-04 2:09
Brendan Vogt23-Jan-04 2:09 
GeneralRe: Apostrophe in a SQL statement does not work Pin
Mike Dimmick26-Jan-04 5:50
Mike Dimmick26-Jan-04 5:50 
GeneralASP SQL Password Validation Not Working Pin
Brendan Vogt22-Jan-04 23:29
Brendan Vogt22-Jan-04 23:29 
GeneralRe: ASP SQL Password Validation Not Working Pin
henningbenk23-Jan-04 2:14
professionalhenningbenk23-Jan-04 2:14 
GeneralRe: ASP SQL Password Validation Not Working Pin
Brendan Vogt23-Jan-04 2:19
Brendan Vogt23-Jan-04 2:19 
GeneralRe: ASP SQL Password Validation Not Working Pin
Sarvesvara (BVKS) Dasa23-Jan-04 21:57
Sarvesvara (BVKS) Dasa23-Jan-04 21:57 
GeneralRe: ASP SQL Password Validation Not Working Pin
Richard Deeming18-Feb-04 2:59
mveRichard Deeming18-Feb-04 2:59 
GeneralPassing Values from One Page to Other Pin
Sukhen21-Jan-04 18:25
Sukhen21-Jan-04 18:25 
GeneralRe: Passing Values from One Page to Other Pin
alex.barylski21-Jan-04 22:29
alex.barylski21-Jan-04 22:29 
GeneralRe: Passing Values from One Page to Other Pin
Roger Wright22-Jan-04 6:03
professionalRoger Wright22-Jan-04 6:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.