hi all -

You're familiar with the below script, right?

var feed = new google.feeds.Feed("http://USER.prolifeplanet.com/
feed/");

I have a defined a var which I want to use in place of "USER" (see
above)

var userLoginName;
userLoginName ="<?php echo $current_user->user_login; ?>"

I've tried this:

var feed = new google.feeds.Feed("http://"; + userLoginName +
".prolifeplanet.com/feed/");

but not too surprisingly, it didn't work.

ideas on how to get this working?

any help appreciated!

-- 
You received this message because you are subscribed to the Google
Groups "Google AJAX APIs" group.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
To view this message on the web, visit
http://groups.google.com/group/google-ajax-search-api?hl=en_US
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en

Reply via email to