Dear people,
If i wouldn't have a problem ya'll ain't be readin' this...
Concerning the following :
I want to send a post/getNetText from director
To a php-server (in this case my own (osX with PHP configured) but i don't
think that is revelant)
Using the following(test-setup)
global gnetID
on exitFrame me
if netdone(gnetID) then
if neterror(gnetID) <> "" then
put nettextresult(gnetID)
else
put "on dze way"
end if
else
put "not done"
end if
go the frame
End
global gnetID
on mouseUp me
gnetID = getnettext("http://127.0.0.1/~erikx/php/action.php?name=erik")
-- there is a variable ($name)in the php that should output some text
End
So all i get is the following in my message window
"
-- "on dze way"
-- "not done"
-- "not done"
-- ""
And so on..
I have also tried the "post" with a property-list (because i have more than
one variable) the "get" with a single one and so on...
Anyone any ideas???
Thank you very much
Erik.
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email
[EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for
learning and helping with programming Lingo. Thanks!]