I checked with my hosting co. and they said it geoip 1.4.4. is installed and running. The issue is with the last OR in the list it even blocks country that is not in the list but if I delete the...
Hi, I used my hosting utility to block countries from accessing my website but it doesn't seems to work and my tech support is not much help. When I use the utility it creates a .htaccess file with...
Hi, I want to have a php form that do the process on the same file as the form and display thank you on the same file on success. Basically, I need to hide the form and display a list of errors if...
I am trying to use the jquery cookies by James Auldridge but it is conflicting with the mootools that I am using for other function. I tried the jQuery.noConflict() but it doesn't seems to be...
I am not sure if my exif_imagetype is coded wrong. It send the email just fine with photos attached. But when I try to attach non image files I am not getting the error message and it still send the...
I am using the below script to validate if the uploaded files are pdf and if it is send it with phpmailer. I did not received any error message even when I attached non pdf file . Also, it send the...
I am using the below script to allow user to upload images and email it to me. I did received the email but there is no attachment. It also show the from email as root user instead of the user's...
Hi, how do I validate the uploaded file is image then send it to me with swiftmailer? Also, how to make it validate multiple files? I want the files to be save in a temp directory on the server and...
I think I get it now. But how do I validate those files are images before using swiftmailer to send it? I seen some php script to validate one file but how to validate multiple files? thx.
Thanks for the response. The attachment in the document looks like a document that is on my server. What I need is a uploaded file from the user and email it to me and needs to have...
Hi, I have done some research and reading and it sounds like swiftmailer is what I need. However, I can't understand the documentation that is provided in the swiftmailer website. Can someone...
Hi, I have been using the php mail() function for all web forms on a website. I have learned about phpmailer and have a couple of questions that I hope someone can help answer. I have some...