form.php is this:

<form method="post" action="takeform.php">
<input type="text" value="sentence">
</form>

............

takeform.php is this:

<?
echo $sentence;
?>
................

these codes are running at my hosting
but it couldn't run on my computer. I tried on pws, apache, php 4.0.4, php 4.2.2 and php5 but it didn't work.


why i couldn't run it?

please help me!

_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail



-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to