Search found 2 matches

by CowBoySD
Thu Oct 07, 2010 12:24 am
Forum: PHP - Code
Topic: Pass Array From Remote Function
Replies: 6
Views: 327

Re: Pass Array From Remote Function

Hello,

Ah yes, exactly ...
Well ... ben you can then rename your external page in .txt and you parses this page in your script php. But in this case, everyone can see this page .txt ;)
by CowBoySD
Wed Oct 06, 2010 2:28 pm
Forum: PHP - Code
Topic: Pass Array From Remote Function
Replies: 6
Views: 327

Re: Pass Array From Remote Function

Hello,


In your function, you add "global" + variable $blah :wink:

Code: Select all

function test() {
global $blah;
return $blah;
}

@++
CowBoySD