| Home  | Casa  | Hardware  | Networking  | Programmazione  | Software  | Domanda  | Sistemi  |   
Programmazione  
  • C /C + + Programming

  • Computer Programming Languages

  • Delphi Programming

  • Java Programming

  • Programmazione Javascript

  • PHP /MySQL Programmazione

  • Perl Programming

  • Python Programming

  • rubino Programmazione

  • Nozioni di base di Visual Programming
  •  
    Conoscenza Informatica >> Programmazione >> Computer Programming Languages >> Content
    Come scrivere uno script di post elaborazione dei dati
    Gli utenti compilano moduli delle pagine web per una serie di motivi : per scaricare il software , per registrare per i siti web e per l'acquisto di prodotti. Una cosa che queste forme hanno in comune è che essi raccolgono ed elaborano i dati in qualche modo . Ci sono molte lingue che possono essere utilizzate per manipolare i dati di un modulo web . Queste lingue accettano i dati dell'utente e lo elaborano scrivendo a una pagina Web , un database o in un file. Cose che ti serviranno
    Web server con un linguaggio di scripting lato server installato ( PHP, Perl , ASP ) per Text Editor
    Browser Web
    Show More Istruzioni
    scrittura di un PHP Script di post-elaborazione dei dati
    1

    Aprire un editor di testo e creare una pagina Web con un modulo scritto in HTML . Questo modulo dispone di due campi di input : uno per primo il nome dell'utente e una per il cognome dell'utente. Aggiungere un pulsante di invio di sotto dei due campi di input . Assegnare un nome al file di process_php.html e salvarlo in un server web .




    Nome:

    Cognome :

    < input type = " submit " >

    < /form >

    < /body>

    < /html >
    2 < p > Utilizzare l'editor di testo per creare un nuovo file di nome process_php.php . Questo file viene chiamato quando l' utente compila e invia il modulo in process_php.html . Lo script prende i valori dal nome e gli ultimi campi di nome e li stampa in formato HTML. Salva process_php.php al server Web

    < php

    $ first_name = $ _POST [' first_name '] ; . ?

    $ Cognome = $ _POST [' cognome '] ;

    echo " Il primo nome è" . $ first_name ;

    echo " Il cognome è" . $ cognome ;

    >
    3

    Modifica process_php.html ? . Assegnare l'azione sul form per process_php.php . Utilizzare l'attributo metodo per specificare che deve essere presentato con il metodo POST e salvare il file .



    < Form action = metodo " process_php.php " = "post " >

    nome:

    Cognome : < nome di input = tipo di " cognome " = " text " >


    < /form >

    < /body>

    < /html >
    4

    Utilizzando un browser Web per accedere dal server Web , process_php.html aperto. Compila il modulo e fai clic su " Invia" per elaborare i dati .
    Scrittura di uno script PERL per i dati Post Processing
    5

    Aprire un editor di testo e creare una pagina Web con una forma scritta in HTML . Questa forma ha due campi di input : uno per nome via dell'utente e una per l'utente CAP . Aggiungere un pulsante di invio di sotto dei due campi di input . Assegnare un nome al file di process_perl.html e salvarlo in un server web .




    Via Nome :

    CAP :

    < input type = " submit " >

    < /form >

    < /body>

    < /html >
    6 < p > Utilizzare l'editor di testo per creare un nuovo file di nome process_perl.pl . Questo file viene chiamato quando l' utente compila e invia il modulo in process_perl.html . Lo script prende i valori dal nome della strada ei campi di codice di avviamento postale e li stampa in formato HTML. La prima riga dello script è il percorso PERL sul server web . Salva process_perl.pl ad un Web server.

    # ! Path_to_perl

    if ( $ ENV { ' ​​REQUEST_METHOD '} 'POST' eq ) {

    lettura ( stdin, $ tampone , $ ENV { ' ​​CONTENT_LENGTH ' });

    @ Kvs = split ( /& /, $ tampone ) ;

    foreach $ Kvs ( @ Kvs ) {

    = split ( /= /, $ Kvs ) ( $ name , $ value);

    $ FORM { $ nome} = $ valore ; }


    } < br

    stampa > " Content-type : text /html \\ n \\ n";

    stampa " < /title> < /head> " ; print <p> " <body> " ; print <p> $ FORM { street_name } ; print <p> $ FORM { zip_code } ; <br> <p> print " < ;/body> < /html > " ; <br> 7 <p> Modifica process_perl.html . Assegnare l'azione sul form per process_perl.pl Utilizzare l'attributo metodo per specificare che deve essere presentato utilizzando il metodo POST e salvare il file . <br> <p> <html> <br> <p> <body> <br> <p> <form action="process_perl.pl" method="post"> <br> <p> Via Nome : <origine name="street_name" type="text"> <br> <p> CAP : <origine name="zip_code" type="text"> <br> <p> <origine type="submit"> <br> <p> < /form > < br > <p> < /body> <br> <p> < /html > <br> 8 <p> Utilizzando un browser Web per accedere dal server , process_perl.html . Compila il modulo e fai clic su " Invia" per elaborare i dati . <br> Scrivere uno script ASP per la Post-elaborazione dei dati <br> 9 <p> Aprire un editor di testo e creare una pagina Web con una forma scritta in HTML . Questa forma ha due campi di input : uno per l'età dell'utente e uno per la città dell'utente . Aggiungere un pulsante di invio di sotto dei due campi di input . Assegnare un nome al file di process_asp.html e salvarlo in un server web . <br> <p> <html> <br> <p> <body> <br> <p> <form> <br> <p> Età : <input name="age" type="text"> <br> <p> Città : <origine name="city" type="text"> <br> <p> < input type = " submit " > <br> <p> < /form > <br> <p> < /body> <br> <p> < /html > <br> 10 <p> Aperto un editor di testo e creare un nuovo file di nome process_asp.asp . Questo file viene chiamato quando l' utente compila e invia il modulo scritto in process_asp.html . Lo script accede ai valori di età ei campi della città dalla process_asp.html e li stampa in formato HTML. Salva process_asp.asp ad un Web server. <br> <p> < % Dim <br> <p> età, città <br> <p> età = Request.Form ( " età " ) per <p> citta = Request.Form ( " città" ) per <p> Response.Write ( " Età: " & età ) per <p> Response.Write ( " città : " & city ) per <p> % > <br> 11 <p> Modifica process_asp.html . Assegnare l'azione sul form per process_asp.asp . Utilizzare l'attributo metodo per specificare che deve essere presentato utilizzando il metodo POST e salvare il file . <br> <p> <html> <br> <p> <body> <br> <p> < Form action = metodo " process_asp.asp " = "post " > <br> <p> Età: <origine name="age" type="text"> <br> <p> Città : < nome di input = " città " type = " text " > <br> <p> <input type="submit" /> <br> <p> < /form > <br> <p> < /body> < br > <p> < /html > <br> 12 <p> Utilizzando un browser Web per accedere dal server Web , process_asp.html aperto. Compila il modulo e fai clic su " Invia" per elaborare i dati . <br> <br> <div class=ad2><script language='javascript' src='/ad/201310/4.js'></script></div> </div> </td> </tr> </table> <table width="95%" height="1" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#DEE7EE"> <tr> <td></td> </tr> </table> <table width="100%" height="7" border="0" cellpadding="0" cellspacing="0"> <tr> <td></td> </tr> </table> <table width="91%" height="52" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="51%"><p>Previous : <a class='LinkPrevArticle' href='/Programmazione/computer-programming-languages/88307.html' >Come calcolare Gigabyte </a></li></p></td> </tr> <tr> <td width="49%"> next : <a class='LinkNextArticle' href='/Programmazione/computer-programming-languages/88309.html' >Come creare un Bill Segnala su Microsoft Access 2007 </a></li></td> </tr> </table></td> </tr> </table> <table width="100%" height="7" border="0" cellpadding="0" cellspacing="0"> <tr> <td></td> </tr> </table> <table width="770" height="246" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="375" height="246" valign="top"><table width="380" border="0" cellpadding="0" cellspacing="0" class="bian"> <tr> <td height="244" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" background="img_dm/danmai_r4_c04 -.jpg" bgcolor="#DBE3EE"> <tr> <td width="4%" height="29"> </td> <td width="96%" class="lan_lm"> Articoli Correlati </td> </tr> </table> <table width="95%" height="209" border="0" align="center" cellpadding="0" cellspacing="4"> <tr> <td height="201"><table width="100%" cellpadding="0" cellspacing="0"><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/computer-programming-languages/88347.html" title="PL SQL Procedura Tutorial " target="_self">PL SQL Procedura Tutorial </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/computer-programming-languages/87019.html" title="Come codice RSA " target="_self">Come codice RSA </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/computer-programming-languages/88801.html" title="Come usare # include nel file ASP " target="_self">Come usare # include nel file ASP </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/computer-programming-languages/87315.html" title="Come inserire dichiarazioni in Syntax " target="_self">Come inserire dichiarazioni in Syntax </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/computer-programming-languages/87193.html" title="Vantaggi della dirigenza Abilità " target="_self">Vantaggi della dirigenza Abilità </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/computer-programming-languages/88886.html" title="Come creare un link a un file utilizzando HTML Programmazione " target="_self">Come creare un link a un file utilizzando HTML Programm…</a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/computer-programming-languages/86457.html" title="Codice di FCM in MATLAB " target="_self">Codice di FCM in MATLAB </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/computer-programming-languages/86919.html" title="Come utilizzare Cscript per creare un database basato sul Web " target="_self">Come utilizzare Cscript per creare un database basato s…</a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/computer-programming-languages/86970.html" title="Come utilizzare FormatDateTime Con RDLC " target="_self">Come utilizzare FormatDateTime Con RDLC </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/computer-programming-languages/87646.html" title="Come dichiarare percorsi UNC Con Variabili " target="_self">Come dichiarare percorsi UNC Con Variabili </a></td></tr><tr></tr></table></td> </tr> </table></td> </tr> </table></td> <td width="20" valign="top"></td> <td width="375" valign="top"><table width="380" border="0" cellpadding="0" cellspacing="0" class="bian"> <tr> <td height="244" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" background="img_dm/danmai_r4_c04 -.jpg" bgcolor="#DBE3EE"> <tr> <td width="4%" height="29"> </td> <td width="96%" class="lan_lm">Articoli in evidenza </td> </tr> </table> <table width="95%" height="207" border="0" align="center" cellpadding="0" cellspacing="4"> <tr> <td height="199"><table width="100%" cellpadding="0" cellspacing="0"><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/php-mysql-programming/91902.html" title="Come impostare il valore dell'attributo del PHP DOM " target="_self">Come impostare il valore dell'attributo del PHP DOM </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/computer-programming-languages/87219.html" title="Come utilizzare un servizio Web in un flusso di dati SSIS SSIS " target="_self">Come utilizzare un servizio Web in un flusso di dati SS…</a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/python-programming/93869.html" title="Come filtrare un numero in una sequenza " target="_self">Come filtrare un numero in una sequenza </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/cc-programming/86261.html" title="Come visualizzare i caratteri in MFC " target="_self">Come visualizzare i caratteri in MFC </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/visual-basics-programming/95979.html" title="Come scrivere un file di testo in una tabella di database utilizzando Visual Basic " target="_self">Come scrivere un file di testo in una tabella di databa…</a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/computer-programming-languages/88134.html" title="Come aggiungere mappe per Quake 3 " target="_self">Come aggiungere mappe per Quake 3 </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/javascript-programming/91243.html" title="Come visualizzare il testo sul rollover " target="_self">Come visualizzare il testo sul rollover </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/php-mysql-programming/91739.html" title="Come riconoscere i caratteri Dot in PHP " target="_self">Come riconoscere i caratteri Dot in PHP </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/visual-basics-programming/96005.html" title="Come connettersi ad un DB Access in Visual Basic Net " target="_self">Come connettersi ad un DB Access in Visual Basic Net </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/visual-basics-programming/95737.html" title="Come convertire un video in FLV Da ASP Net " target="_self">Come convertire un video in FLV Da ASP Net </a></td></tr><tr></tr></table></td> </tr> </table></td> </tr> </table></td> </tr> </table></td> </tr> </table> <table width="980" height="8" border="0" cellpadding="0" cellspacing="0"> <tr> <td></td> </tr> </table> <table border=0 cellSpacing=0 cellPadding=0 width=980 bgColor=#36506e height=90> <tr> <td class=bs height=90 align=middle>Copyright © Conoscenza Informatica http://it.wingwit.com <script language='javascript' src='/ad/201310/1.js'></script></td> </tr> </table> </div> </body> </html>