Posts by Thiago Edson • 46 points
2 posts
-
0
votes1
answer314
viewsA: Xdebug - xampp php7
You need to put these lines in php.ini [Xdebug] zend_extension = C:\php\ext\php_xdebug-2.4.1-7.0-vc14-nts-x86_64.dll xdebug.remote_enable=1 xdebug.remote_port=9000 and download…
-
2
votes1
answer574
viewsQ: Receive and Send JSON C#
In a local application "Windowsform" in C#, I need to send and receive data via JSON to a PHP page, there is some predefined function for this ?