Here is the list of all my tutorials in Construct 3, With the Update date ! If you Find some Bug or missing files let me know ! How to Make / How to do : ------...
Rafaeltrigo, first thank you for the tutorials. I have a question about the format for one of your subevents located in the CreateFileFromServer.capx.
Here's the line (22): "my_data="&data&"&id="&ID
Could you explain what each of the components of this line accomplishes, please.
My main accomplishment is to update a .txt file and then export it back to my server (Hostgator, if that makes any difference).
Thanks much!
Thanks
jhjconstruct Your welcome , this is the data you send or recieve from server ( php file ) in the php file must have a variable to match this my_data and the id what comes in front its the data in this case I used a variable "&data&" and variable &ID the & symbol its to concatenate the values and data or texts and the "" is to put a text into it , we use this all the time when navigate to the internet see this page bellow and if possible see all about php w3schools.com/php/php_superglobals_get.asp