Posts by Nicola Serafim • 31 points
5 posts
-
1
votes1
answer5130
viewsA: mysqli_real_connect():(HY000/2002):
Your door is locked or not with the default. Do the following: Check that Mysql is running. Check mysql port is default 3306 The 1 and 2 you can check by clicking on the Wampserver icon next to the…
-
1
votes1
answer264
viewsA: Run PHP function after reCAPTCHA validation
Yes, do the recaptcha validation by PHP $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'https://www.google.com/recaptcha/api/siteverify'); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);…
-
1
votes1
answer89
viewsA: Error 500 in php code with linux
Not to give error 500 and present correct error /etc/php/version/apache2/php.ini and change the display_errors line to On. Regarding the error, without knowing exactly which error is being presented…
-
0
votes1
answer113
viewsQ: How do I add an animation while loading an Angular 4 request?
My service is like this: export class ServicoService { constructor(private http:Http) { } public listar() { return this.http.get('aqui a url') .toPromise() .then(response => response.json()); } }…
-
-1
votes4
answers114
viewsA: Ajax does not recognize PHP echo
Make sure the <nome> obtained in AJAX has no extra space before or after s and is using UTF-8 without GOOD.