Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001072

[PHP] Re: Example forms From: Adrian Ciutureanu (Adrian.Ciutureanu <email protected>)
Date: 07/24/01

--- example.php -------------------------------------------
<?=$myText?>
<form method=post action="./example.php">
 <input type="text" name="myText" value="<?=$myText?>"><br>
 <input type="submit">
</form>

"Denis Croombs" <denis <email protected>> wrote in message
news:004701c11426$b94b7f10$381bcac2 <email protected>
> Hi
> I am transfering a NT IIS website with forms to APACHE and PHP, but need
> examples of how the forms work, can you please guide as to where I can
find
> some and any other data to asist me as this is the first time I have used
> PHP.
>
> Many thanks
>
> Denis Croombs
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>