Recent content by nutritionmaster

  1. N

    How do I use php code from a different domain?

    Here's what I'm trying to do: I have a php page I created on one domain, that stores information in a database. Next, I have another web page (This page is html NOT php) on a Different domain that I call this php page using Javascript, and would like to return a variable from the php page. How...
  2. N

    Calling php code on different domain from Javascript? Help!!!?

    Here's what I'm trying to do: I have a php page I created on one domain, that stores information in a database. Next, I have another web page on a Different domain that I call this php page using Javascript, and would like to return a variable from the php page. How is this possible? I know...
Back
Top