Search found 3 matches

by prop
Thu Jul 01, 2021 5:43 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Protected Code license
Replies: 6
Views: 6997

Protected Code license

I want to buy an indy livecode license,
but i don't understand what that means "Protected Code"
https:// livecode. com/products/ indy-edition/

it's like "ioncube. com" in php?
where is the documentation for doing "Protected Code" ?
by prop
Wed Jul 31, 2019 11:33 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: libURLFormData different url
Replies: 3
Views: 3475

Re: libURLFormData different url




sorry if my English is bad.

What lesson are you talking about?
I followed this tutorial. [url]https:// livecode. com/lessons/simple-messages/[/url]

This depends on what the server script (livecode1) does after receiving your POSTed data!?
do you have an example script for backend? as in ...
by prop
Wed Jul 31, 2019 10:42 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: libURLFormData different url
Replies: 3
Views: 3475

libURLFormData different url

I tried the livecode tutorial, I was trying to use a different url. Why messages that I input are not stored on the server. This is my code. can you help me? thank you

on mouseUp pButtonNumber
set the text of field "mesejSend" to the text of field "writeMesej"
local tName, tMesej, tDataToPost ...