Hi
can you explain a bit more, as i'm just learning and i thought i had posted it eg in my form code <input type="text" name="name" size="20" maxlength="40" /></p>
then in following section of the php i defined $search=$_POST['name]
if (isset($_POST['submitted'])) {
$search = $_POST['name']...
Hi all
i have been trying to get a query to display data based on a user's input from a form on the same page but i get nothing but internal error. I know the connection section is ok and the query statement is ok because if i change the where clause to... $query = "SELECT pm_name, recreation...
Hi all
i have been trying to get a query to display data based on a user's input from a form on the same page but i get nothing but internal error. I know the connection section is ok and the query statement is ok because if i change the where clause to... $query = "SELECT pm_name, recreation...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.