Skip to content
Advertisement

Tag: php

PHPMailer sent but Not received

I am using PHPMailer, it seems works but not received any message from them I don’t know what is wrong. I’m using tester email address from this site. Mail Tester here is my code. contact-form.php PHPMailerAutoload.php When I click Send Message I can see “Your message has been sent to us” but I won’t receive any message from them. Answer

Fetch value from Database and fill all textbox if dropdown value change

I am trying to fill all textbox value depend on dropdown value selection. And I also fill dropdown value by SQL query. Here is HTML Code: