Y
yusuf
Hi,
I want to construct a SQL statement which consists of a string added to
some information stored in variables. But its not adding the text of
the variable to the first part of the string, just storing the value of
the variable:
$statement = "select * FROM logarama WHERE timestamp > ". $T[4]+1;
I want to construct a SQL statement which consists of a string added to
some information stored in variables. But its not adding the text of
the variable to the first part of the string, just storing the value of
the variable:
$statement = "select * FROM logarama WHERE timestamp > ". $T[4]+1;