Thanks Sophisticate,
Just one question...
Say I have something like this:
<form action="searcheng.php" method="post">
<input type="text" name="searchText" ...>
<input type="submit name="submitButton" value="find"..>...
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...
HI iza,
I tried it out but i don't think that was the way to go, I might have done it wrong, but if you put them in double quotes wouldn't it search for the exact string "$str" instead of the value insde the variable? Thanks for your help anyways :)
Henry
Hi Everybody,
this is actually more of a mysql question but i'm working with both that and php.
My name is Henry, what I'm trying to do is do a query inside php
$findPagesWithKeywords = "SELECT * FROM keyTable WHERE
keyword = $tok";
$result...
Hi Ken,
thanks for the quick reply!!! i thought I never get it in a year...
Well, I tried both method with the two ' and it seemed to be looking for the exact string "$tok" instead of the value inside the variable.
then I tried it without the ' and it still could not...
Hey Everybody,
My name is Henry, I'm working on a program that uses mysql, and what I'm trying to do is do a query inside php
$result = mysql_query("SELECT * FROM keyTable WHERE
keyword = $tok");
$tok being a variable that contains a token from a long...
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.