Posts by Diego Monteiro • 26 points
3 posts
- 
		0 votes2 answers240 viewsA: Style input through jQuery ValidateHello, follow the link where we have an example of using Jquery validate... Access the Site… 
- 
		0 votes2 answers1262 viewsA: PHP Check/Take Down Login Duplicity SessionIn PHP you can use Sessions, that is every time the user logs in you will register the session. Sessions Documentation - W3cschool <?php session_start(); ?> <!DOCTYPE html> <html>… 
- 
		1 votes1 answer37 viewsA: Send Add Calendar Button with PhpmailerWhen you send an email, automatically the Email Client blocks any script that is included in the body of the email. That is there will be no way you can add the addevent widget in the body of the…