Hi Everybody,
I have another question:
I have a .php file that was called from an HTML form
<form action="searcheng.php" method="post">
<input type="text" id="searchText"...>
if in the beginning of my .php file has a variable called $str,
How can I get the value inside the text field to be passed into the .php file into the varible $str?
I really hope there is a way to do it as my program depends on that.
thanks a ton!!
Henry
I have another question:
I have a .php file that was called from an HTML form
<form action="searcheng.php" method="post">
<input type="text" id="searchText"...>
if in the beginning of my .php file has a variable called $str,
How can I get the value inside the text field to be passed into the .php file into the varible $str?
I really hope there is a way to do it as my program depends on that.
thanks a ton!!
Henry