Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #27.9K
Ranked #3K
~4K People Reached
Favorite Forums

5 Posted Topics

Member Avatar for jacob21

First of all you will have to connect to their service, eg:- $soapClient = new SoapClient("https://soapserver.example.com/asumption.asmx?wsdl"); // Prepare SoapHeader parameters $sh_param = array( 'Username' => 'username', 'Password' => 'password'); $headers = new SoapHeader('http://soapserver.example.com/webservices', 'UserCredentials', $sh_param); Like Pritaeas said, just go through the documentation of the web service you will find …

Member Avatar for pramod19
0
248
Member Avatar for grozadani2007

[QUOTE=grozadani2007;1630058]Hello, I have a code that only add an image in my database and I want to add more, but only one form. Can anyone give me some ideas how to do this? thanks[/QUOTE] Hello, Assuming you can use multiple inputs in the form you just have to loop your …

Member Avatar for sl_bart
0
4K
Member Avatar for baig772
Re: JIRA

[QUOTE=baig772;1630085]i am new to JIRA i did not find JIRA category dats y asking question here how can i deploy JIRA on my server????[/QUOTE] Hope this will help, have a look, cheers ! [url]http://confluence.atlassian.com/display/JIRA/Installing+JIRA+Standalone+on+Linux[/url]

Member Avatar for sl_bart
0
78
Member Avatar for robinthomas

Ask your candidate to write a small blog with basic functionality. It need not to be a fully completed blog, just the basic functionality As a help and make it fast you can - Explain him the approach or the Design pattern you are expecting - Whether you want MVC …

Member Avatar for mschroeder
0
197
Member Avatar for simondmeredith

[QUOTE=simondmeredith;1133336]I have this code when I submit a form: [CODE]<?php $email = $_REQUEST['email'] ; $name = $_REQUEST['name'] ; mail( "[email protected]", "Website Opt In Form Results", $message, "From: $email" ); header( "Location: index.html" ); ?>[/CODE] On the header location part, how can I make a popup window appear instead of a …

Member Avatar for saiprem
0
147

The End.