Am about to include a log in system to my web Site but i don\'t think it\'s a good idea for security to use ajax to send a and receive confirmation from an external php scri
Well ajax posts are safe
It all depends on your coding you have to code keeping in mind all the possible attacks that can happen
use ajax just for sending data and do all the authentication in php and return a successful message