Thanks folks!!
On 4/28/09 12:30 PM, "Miller, Terion" wrote:
On 4/28/09 12:27 PM, "Lex Braun" wrote:
Terion,
On Tue, Apr 28, 2009 at 1:14 PM, Miller, Terion
wrote:
Here is my code now:
$query = "select name, age, warrant, bond, wnumber, crime FROM warrants
where ".$warranttype." = ".
On 4/28/09 12:27 PM, "Lex Braun" wrote:
Terion,
On Tue, Apr 28, 2009 at 1:14 PM, Miller, Terion
wrote:
Here is my code now:
$query = "select name, age, warrant, bond, wnumber, crime FROM warrants
where ".$warranttype." = ".$warranttype." OR ".$searchname." = ".$searchname."
";$resu
Terion,
On Tue, Apr 28, 2009 at 1:14 PM, Miller, Terion <
tmil...@springfi.gannett.com> wrote:
> Here is my code now:
> $query = "select name, age, warrant, bond, wnumber, crime FROM warrants
> where ".$warranttype." = ".$warranttype." OR ".$searchname." =
> ".$searchname." ";$result = mysq
On 4/28/09 11:23 AM, "Jan G.B." wrote:
2009/4/28 Miller, Terion :
> Can someone help with how to make this work, trying to get the number of
> rows but am getting the "trying to get property of non-object"
>
> Code-
>
> $query = "select blah, blah, blah from table where ".$type
2009/4/28 Miller, Terion :
> Can someone help with how to make this work, trying to get the number of
> rows but am getting the "trying to get property of non-object"
>
> Code-
>
> $query = "select blah, blah, blah from table where ".$type." like
> '%".$name."%'";
>
> $result = mysq
Can someone help with how to make this work, trying to get the number of
rows but am getting the "trying to get property of non-object"
Code-
$query = "select blah, blah, blah from table where ".$type." like
'%".$name."%'";
$result = mysql_query($query);
$num_results = $resu
6 matches
Mail list logo