Posts by Lucas Alves • 36 points
3 posts
-
0
votes0
answers68
viewsQ: Directory problem in XAMPP
My XAMPP server (local host) has the documents of a project on /htmdocs/project , inside has a index.html what call This Javascript/Jquery Code $(document).ready(function ()…
-
1
votes1
answer156
viewsQ: Error sending Ajax data to PHP script
I’m trying to take an email by an input, stream to the server through Ajax, and on the server side there’s a script that uses the Phpmailer class, to send an email, and the PHP code without…
-
1
votes1
answer222
viewsA: Checkbox validation in another form
You can create an OK button and an event for when the user clicks on it, if the checkbox has checked, it will put true in a global variable of the boleano type and then just put an If in the other…