Thanks for the comeback Takuma.
> You can include the PHP with include() or require() but you
> can't give a parameter..
In this case, would include(http://DomainName.tld/MyScript.php) work then ?
Search found 2 matches
- Wed Sep 25, 2002 3:31 am
- Forum: PHP - Code
- Topic: Running a script on a remote server location
- Replies: 3
- Views: 417
- Wed Sep 25, 2002 2:46 am
- Forum: PHP - Code
- Topic: Running a script on a remote server location
- Replies: 3
- Views: 417
Running a script on a remote server location
.Hi all, Does anyone 'know' a way to run a remote PHP script much the same as this following JavaScript can be run remotely: <Script src="http://DomainName.tld/MyScript.js" language=JavaScript type="Text/JavaScript"></Script> even if the site the page is being run 'from' doesn't ...