•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the JavaScript / DHTML / AJAX section within the Web Development category of DaniWeb, a massive community of 329,220 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 4,234 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our JavaScript / DHTML / AJAX advertiser: Lunarpages Web Hosting
Views: 562 | Replies: 0
![]() |
•
•
Join Date: Feb 2008
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 0
I create web services with php, but i need to access it using Ajax. Anyone can help me ?
This my simple web services :
This my simple web services :
<?php
include('nusoap.php');
$server= new soap_server;
$server->register('LoginPresenter');
//Login Presenter
function LoginPresenter($user_mail, $user_password)
{
if(!$user_mail or !$user_password)
{
return new soap_fault(
'Client', '',
'Parameter anda tidak lengkap', ''
);
}else
{
........................
return $user;
}
}
$server->service($HTTP_RAW_POST_DATA);
exit();
?> ![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
DaniWeb Marketplace (Sponsored Links)
•
•
•
•
ajax asp blog competition cross-browser javascript menu with few lines of code daniweb developer development firefox gentoo home html internet javascript javascript smooth scrolling scroll smoothly window document position javascript tab menu with rounded corners generator linux microsoft msdn news office php prevent javascript menu from getting hidden under flash movies security site software spam sql vista web
- Previous Thread: IE AJAX issue
- Next Thread: YUI Library Examples


Linear Mode