How do I go about creating user and admin login page for users of webpage already created? What language do i need to learn | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

5th Dec 2018, 7:19 PM
CodeR
CodeR - avatar
5 Answers
+ 1
use their emails... phpMailer
5th Dec 2018, 9:20 PM
Otumian Empire
Otumian Empire - avatar
0
Thank you Otumian Empire
5th Dec 2018, 10:37 PM
CodeR
CodeR - avatar
0
try it..
5th Dec 2018, 10:45 PM
Otumian Empire
Otumian Empire - avatar
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
14th Dec 2018, 8:46 PM
CodeR
CodeR - avatar
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
15th Dec 2018, 3:42 AM
Otumian Empire
Otumian Empire - avatar