Html in PHP variable
Posted: Tue Apr 03, 2007 7:16 am
Sorry this is confusing me would it be easier to do a html form and set to variable like
<form action="myPage.php" method="post">
<input type="text" name="searchVar">
<input type="submit" name="findThis">
</form>
would i be able to use the variable in php
Thanks
<form action="myPage.php" method="post">
<input type="text" name="searchVar">
<input type="submit" name="findThis">
</form>
would i be able to use the variable in php
Thanks