PHP Classes

I didn't find my error

Recommend this page to a friend!

      RSS Feed Generator  >  All threads  >  I didn't find my error  >  (Un) Subscribe thread alerts  
Subject:I didn't find my error
Summary:using a database
Messages:2
Author:Carlos Gonzalez
Date:2008-06-10 11:06:53
Update:2008-06-10 14:58:05
 

  1. I didn't find my error   Reply   Report abuse  
Picture of Carlos Gonzalez 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;

  2. Re: I didn't find my error   Reply   Report abuse  
Picture of Vagharshak Tozalakyan Vagharshak Tozalakyan - 2008-06-10 14:58:05 - In reply to message 1 from Carlos Gonzalez
Describe your problem a little more detailed please.