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 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...
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.