g from Xerox, China
> 2005/5/8
>
> -Original Message-
> From: Maxwell Brodie [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 03, 2005 11:35 AM
> To: php-windows@lists.php.net
> Subject: [PHP-WIN] Print inside a variable
>
>
> Hello,
>
> I believe my
China
2005/5/8
-Original Message-
From: Maxwell Brodie [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 03, 2005 11:35 AM
To: php-windows@lists.php.net
Subject: [PHP-WIN] Print inside a variable
Hello,
I believe my problem is that I have to use the print funtion inside a
variable, and I
Hello,
I believe my problem is that I have to use the print funtion inside a
variable, and I have no clue how to do that. For example, I need to get
this:
if (isset($rss_channel["ITEMS"])) {
if (count($rss_channel["ITEMS"]) > 0) {
for($i = 0;$i < count($rss_channel["ITEMS"]);$i++) {
if (i