![Picture of Carlos Gonzalez Picture of Carlos Gonzalez](/graphics/unknown.gif)
Carlos Gonzalez - 2008-06-10 11:06:53
Can you help me?
When using a database and try to write the variables, do not get it
$item = new rssGenerator_item();
$item->title = $title;
$item->description = $body;
$item->link = 'http://www.xxx.com/noticia.php?id=$id';
$item->guid = 'http://www.xxx.com';
$item->pubDate =$date;
$rss_channel->items[] = $item;