- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
5 Posted Topics
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 …
[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 …
[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]
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 …
[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 …
The End.
sl_bart