I have two servers, A and B. Only server B has the php libraries to run a php script that generates an image. Server A embeds this image from server B.
When a user clicks a button on server A, how can I run the php script hidden on server B to generate a new image for A to show?