Posts by Alcindo Schleder • 77 points
7 posts
-
1
votes1
answer48
viewsQ: ESP8266 Node MCU receiving commands in JSON
Well I am coding an ESP8266 in C in which ESP receives a command through JSON: I have to take the data from this JSON (a String) and convert them to char* then be able to send this data to perform…
casked Alcindo Schleder 77 -
0
votes1
answer252
viewsA: Create an environment variable for users without access to bash (/sbin/nologin)?
Personal the solution I found was to put the variables in the file /etc/sysconfig/httpd, but if you use the phpinfo() function list these variables in the Environment section and we don’t want that.…
-
2
votes1
answer252
viewsQ: Create an environment variable for users without access to bash (/sbin/nologin)?
I am trying to create an environment variable that will be accessed by a php script by the user that runs httpd (user: apache). It is set to /sbin/nologin and therefore does not access .profile,…
-
-1
votes1
answer885
viewsA: Create https session with ajax http request
Hi guys I found the answer to my problem in: https://stackoverflow.com/questions/441496/session-lost-when-switching-from-http-to-https-in-php Thank you.…
-
2
votes1
answer885
viewsQ: Create https session with ajax http request
I’m developing a site where the client side initially accesses http until they log in. The login is done from http itself with an ajax request that calls the php script in https and in this script a…
-
0
votes1
answer355
viewsQ: Pdostatement::bindParam() mix data
I have a class that inserts the records into a table. The data coming from the request I turn it into an array and then build an SQL statement similar to that: INSERT INTO web_messages…
-
1
votes2
answers1023
viewsA: Error creating a Mysql table
To fix this in power designer just edit the DBMS and go to MYSQL50::Script\Objects\Table\Options. Scroll the text up and you will find something like this in the Value field: type = %s : list = BDB…
mysqlanswered Alcindo Schleder 77