Hey there
I have been toying around with the following code for a few days:
//Gets the tokens defined in the array $tokensToGet, with the language
defined by $languageId
public static function GetTokens($tokensToGet, $languageId)
{
$query =
@"SELECT
Name,
Value
FROM
Hey there
I have been toying around with the following code for a few days:
prepare($query))
{
$stmt->bind_param('si', $tokensToGet, $language);
$stmt->Execute();
$stmt->Bind_result($name, $value);
while($stmt->fetch())
{
$tokens
2 matches
Mail list logo