by: Google Mike |
last post by:
I've got RH9 Linux with default PHP.
Is there a way to send email on Linux to an Exchange Server from PHP
and/or other tools when there is *NOT* SMTP access?
Has anyone figured out a way to...
|
by: Josip Krapac |
last post by:
Hello,
I've got this situation:
Servlet accessed by https (ie. https://host.domain/SecureServlet) starts a
session (HttpSession session = req.getSession(true)), sets some session
attributes...
|
by: Hasan D |
last post by:
I'm new on this httplib and urllib. Actually I dont know what should i use.
I want to fill the form in a "https" page , and return the result . I
write a test code but always gives errors. I cant...
|
by: Kenneth Keeley |
last post by:
Hi
I wish to have a web site that has most of the pages as normal HTTP pages
but has some areas that use HTTPS. I want to have it that if a user selects
a link to a HTTPS page that they go there...
|
by: zn |
last post by:
This is a beginner question. I need to create a page that is encrypted by
SSL. The web server is already serving SSL encrypted web pages with
"https" before the link. Do I need to do anything other...
|
by: Dima |
last post by:
This is the beginner question. I installed j2ee on workstation, and I
need transfer file from my server to outside of company (to another
server). I need to use https. There is any way I can do it...
|
by: john_aspinall |
last post by:
Hi,
I want to send an email form on an ASP page and make it secure/
encrypted when sending it to the recipient. Does anyone know how I
might easily achieve this - or should I be going through...
|
by: marcello lussana |
last post by:
Hi,
I'm trying to send some xml data to a WSDL server.
Here's my code:
xmldata = "<oesystem<user login=\"nekhem\" password=\"one5076\"
tpoa=\"\"<message id=\"1\"<textTest di messaggio 1...
|
by: aRTx |
last post by:
I can't see a class, but i know i can send arguments see:
https://myaccount.smsdiscount.com/clx/sendsms.php?username=xxxxxxxxxx&password=xxxxxxxxxx&from=xxxxxxxxxx&to=xxxxxxxxxx&text=xxxxxxxxxx ...
|
by: vagueante |
last post by:
Hi,
I have to connect to a webservice, and the data i have is:
WSDL
XML sample file (which is what i have to send to the webservice and with credentials, user and password tags).
XSD file
My...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central...
|
by: erikbower65 |
last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps:
1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal.
2. Connect to...
|
by: erikbower65 |
last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA:
1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
|
by: kcodez |
last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 6 Sept 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central...
|
by: Taofi |
last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same
This are my field names
ID, Budgeted, Actual, Status and Differences
...
|
by: DJRhino1175 |
last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this -
If...
|
by: DJRhino |
last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer)
If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _
310030356 Or 310030359 Or 310030362 Or...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|