reading an rss file with php
Posted: Tue Nov 04, 2008 7:33 pm
I am trying to use the twitter search API to display results on my site.
But one of the tags is named <google:image_link>. I am a beginner. Do you have any idea how i can use this in php?
I tried this way:
but i get the following error:
Parse error: syntax error, unexpected ':', expecting ',' or ';' in /home.....
But one of the tags is named <google:image_link>. I am a beginner. Do you have any idea how i can use this in php?
I tried this way:
Code: Select all
<td>" . $entry->google:image_link . "</td>Parse error: syntax error, unexpected ':', expecting ',' or ';' in /home.....