-
need help with a function
Hello,
I wanna create a simple webservice that sum two digits, that means when i send 2 , 4 to the function it returns 6.
Note: that my server support SOAP
-
-
What exactly is the purpose of this? What format will the data be in?
If you get variables $x and $y:
echo $x+$y;
Why would you use SOAP? PHP can do this by default, depending on how the data is submitted.
Daniel -
Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks