0
How do I go about creating user and admin login page for users of webpage already created? What language do i need to learn
Add user and admin login when people register from the website homepage. I (Only admin) just need a way for users to receive documents privately on the website. how do i go about sending different documents to different users (say 100 people) without mixing them up.
5 Respuestas
+ 1
use their emails... phpMailer
0
Thank you Otumian Empire
0
try it..
0
Otumian Empire what can make a php script display as pure text when running it on web browser?
I have Xampp, all my docs for the web are on HTDOCS.
How do i test to know if the mail() function of php is working?
Thanks
0
I never used mail(), I used the phpMail and Gmail (free for development).. tutorials on YouTube..
https://github.com/PHPMailer/PHPMailer
as for mail with smtp..
http://php.net/manual/en/ref.mail.php
https://stackoverflow.com/questions/712392/send-email-using-the-gmail-smtp-server-from-a-php-page