Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 200003

[PHP3] PHP: FORM From: --== Gajcy ==-- (gajcy <email protected>)
Date: 03/20/00

How should looks like example of source to get dates from form (name of script which is doing this is named: script.php3).
My form look for example:

<form action=script.php3 method=post>
<table>
         <tr>
            <td>Skad
               jestes (miasto)?</td>
            <td><input
               type="text" size="37" name="miasto" value="?????" tabindex="4"></td>
         </tr>
         <tr>
            <td align="center" width="165" bgcolor="#CE0075" height="44">Jakie sa
               twoje<br>
               zainteresowania?</td>
            <td align="center" width="422" bgcolor="#CE0075" height="44"><input
               type="text" size="37" name="hobby" value="phreak???" tabindex="5"></td>
         </tr>
</table>
</form>

Please, help me!!!
--==??//... gajcy <email protected> ...\\??==--

-- 
PHP 3 Mailing List <http://www.php.net/>
To unsubscribe, send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest, e-mail: php3-digest-subscribe <email protected>
To search the mailing list archive, go to: http://www.php.net/mailsearch.php3
To contact the list administrators, e-mail: php-list-admin <email protected>