Search found 4 matches

by delorme
Thu Aug 16, 2018 3:12 pm
Forum: CGIs and the Server
Topic: $_POST[] issue for select multiple
Replies: 3
Views: 8801

Re: $_POST[] issue for select multiple

Hi after some time!
Thank you for replies :)
I am sorry that none of those replies works. :(
If I edit a LC server script with:

<!DOCTYPE html>
<html>
<body>

<form method='post' action='myserver .lc'>
<select name='cars[]' multiple>
<option value="volvo">Volvo</option>
<option value="saab ...
by delorme
Wed Mar 07, 2018 5:12 pm
Forum: CGIs and the Server
Topic: $_POST[] issue for select multiple
Replies: 3
Views: 8801

$_POST[] issue for select multiple

Hi from France
My livecode server code is:

<!DOCTYPE html><html><?lc
put "hello" & $_POST["cars"]
?></html>

When I post from a multiple select input with several options selected in the following html page:

<!DOCTYPE html><html><body>
<form method="post" action="mylivecodeserver">
<select name ...
by delorme
Thu Oct 05, 2017 11:37 am
Forum: LiveCode Hosting
Topic: Dedicated IP and livecodehosting
Replies: 2
Views: 46405

Dedicated IP and livecodehosting

Hi from France
LC Support added a certificate to my livecodehosting account. My .lc servers now work https fine :) .
But when I redirect my mydomain.com to the https url of my server, http://mydomain.com is OK :) but https://mydomain.com is KO (unsecure link) :oops: .
I guessed that I had to ...
by delorme
Thu Oct 05, 2017 11:22 am
Forum: LiveCode Hosting
Topic: No response to help requests
Replies: 4
Views: 50176

Re: No response to help requests

Hi from France
Could we have an online service request log which would trace our tickets with dates, questions and replies?
This would solve the kind of "mute support" problem.
Regards from Jean-Marc