Posts by Raphael Cortes • 39 points
4 posts
-
0
votes1
answer98
viewsQ: Disable one button at a time jquery
Gentlemen, I have a question in this part of my code: I need to send a request and then disable the Ubmit button. The Jquery code that does this is already working, but when I use it for the second…
jqueryasked Raphael Cortes 39 -
1
votes1
answer2619
viewsA: How to send data by XML file via an API integration to the server
I managed to solve... I changed the method to Curl (I had to install it because my server was not available). In the end it was like this: //setting the curl parameters. $ch = curl_init();…
-
2
votes1
answer2619
viewsQ: How to send data by XML file via an API integration to the server
I am using the Codeigniter Framework and trying to do a system integration via API using XML. I have to send a file with XML parameters to a server via post. Basically the server has to receive a…
-
0
votes1
answer59
viewsQ: Possible permission issue
While trying to run a php code on my Ubuntu machine if ( ! is_dir($system_path)) { header('HTTP/1.1 503 Service Unavailable.', TRUE, 503); echo 'Your system folder path does not appear to be set…