Posts by Espector • 123 points
4 posts
-
0
votes1
answer331
views -
0
votes1
answer518
viewsA: Problem for sending Email with PHPMAILER using a GMAIL account for sending
Friend, Configure Postfix which is easier: Configuring Postfix with Gmail: Installing essential packages: sudo apt-get install postfix mailutils libsasl2-2 ca-certificates libsasl2-modules *If you…
-
-4
votes3
answers2634
viewsA: POST method does not work!
Hello, If you are entering PHP on the same page of the form, you should change your form action: OF: <form action="index.php" method="POST"> FOR: <form…
-
3
votes2
answers1100
viewsQ: User limit in a PHP application
Hello, I developed a php system controlled by Sessions.. I found that it is possible to limit the maximum number of users online on the system via apache(httpd.conf). Is there any function (ajax,…