server a: location of all php files
server b: location of index file which includes/calls all the files from server a (server b is also the same ip as the user)
server c: location of RSS feeds.
if i use server b to include the files on server a, and then the user can see/search RSS feeds from server c.. what referring ip will server c accessing the RSS feeds? server a or server b?
im thinking its server b.
my confusion is that if you include and use the functions from a file from another server, what ip is the end server going to see?