Merhaba. Hazır olarak kullanmak istediğim html index'in iletişim formunda hata alıyorum. Ajax dilinden anlamadığım için sizlerden yardım istiyorum. Buyrun Kodlar ;
<?php /** * AJAX email form handler. * * This php file takes requests from outside scripts * in order to send an email address to the admin. This * file also attempts to perform server-side validation * on the information passed from third-party users. * * ================== NOTE ======================= * While the information is validated and safety is * ensured, there can still be a security hole as * this form is susceptible of spam. If there is a * problem with spam, conisder filtering the amount * of emails from a specifc URL. * =============================================== * * @author eThemes.com * @version 2.1 */
// Get the settings for the email require_once '../settings.php';