Skip to content

Tag: php

Is it possible to use PHPMailer with local domain?

PHP is a new thing for me and I’m trying to build this simple form to send mail. I’ve seen tutorials and documentations and it seems that I need mail hosting (got one) and a domain for this hosting. So my question is is it possible to build this form using just XAMPP or do I have to have real

Getting a string from PHP using jQuery

Basically, I have a jQuery script which detects when a certain button is pressed. When the button is pressed, the script is meant to make a GET request to a separate PHP file. The PHP file should …