Keyword

query Itemid

More
11 years 9 months ago #108395 by pilon
query Itemid was created by pilon
Hello,
I need do a query to the Itemid... but i can´t find this field in database...

mysql_connect("localhost", "root", "vertrigo");
mysql_select_db("teste");

$re = mysql_query("SELECT * FROM ff_k2_items");
if(mysql_errno() != 0) {
if(!isset($erros)) {
echo "Erro, nao existe $erros";
exit;
}
echo $erros[mysql_errno()];
exit;
}

while($l = mysql_fetch_array($re)) {
$id = $l["id"];
$title= utf8_encode($l);
$alias= utf8_encode($l);
$catid= utf8_encode($l);
$created_by_alias= utf8_encode($l);


Thanks

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum