Click here to Skip to main content
15,796,299 members
Home / Discussions / Hosting and Servers
   

Hosting and Servers

 
QuestionEstou com problema ao hospedar o meu website Joomla no inmotionhosting Pin
Jeemy Ballin24-Mar-21 5:33
Jeemy Ballin24-Mar-21 5:33 
AnswerRe: Estou com problema ao hospedar o meu website Joomla no inmotionhosting Pin
CHill6024-Mar-21 5:34
mveCHill6024-Mar-21 5:34 
GeneralRe: Estou com problema ao hospedar o meu website Joomla no inmotionhosting Pin
Member 150787168-Aug-22 19:06
Member 150787168-Aug-22 19:06 
Questionam trying to add users to a database Pin
Member 150642613-Feb-21 22:44
Member 150642613-Feb-21 22:44 
AnswerRe: am trying to add users to a database Pin
Richard Deeming3-Feb-21 22:48
mveRichard Deeming3-Feb-21 22:48 
GeneralRe: am trying to add users to a database Pin
hostguy17-Apr-21 3:56
hostguy17-Apr-21 3:56 
GeneralRe: am trying to add users to a database Pin
Richard Deeming18-Apr-21 23:37
mveRichard Deeming18-Apr-21 23:37 
AnswerRe: am trying to add users to a database Pin
Richard Deeming3-Feb-21 22:51
mveRichard Deeming3-Feb-21 22:51 
Member 15064261 wrote:
PHP
$password = mysql_real_escape_string($_POST['password']);
That line tells me two things:

1) You're planning to write code which is potentially vulnerable to SQL Injection[^]. NEVER use string concatenation / interpolation to build a SQL query. ALWAYS use a parameterized query.

PHP: SQL Injection - Manual[^]


2) You're planning to store your users' passwords in plain text. Don't do that! Use PHP's built-in methods to store the passwords securely.

PHP: password_hash[^]
PHP: password_verify[^]



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer

QuestionWindows service not working Pin
Member 1487786230-Jun-20 23:24
Member 1487786230-Jun-20 23:24 
AnswerRe: Windows service not working Pin
Richard MacCutchan30-Jun-20 23:48
mveRichard MacCutchan30-Jun-20 23:48 
GeneralRe: Windows service not working Pin
Member 1487786230-Jun-20 23:59
Member 1487786230-Jun-20 23:59 
GeneralRe: Windows service not working Pin
Richard MacCutchan1-Jul-20 0:03
mveRichard MacCutchan1-Jul-20 0:03 
AnswerRe: Windows service not working Pin
seotutorialszone4-Jul-20 11:44
seotutorialszone4-Jul-20 11:44 
AnswerRe: Windows service not working Pin
william joe 202213-Jul-22 23:06
william joe 202213-Jul-22 23:06 
QuestionCan't receive email from redirected domain name Pin
pkfox16-May-20 7:56
professionalpkfox16-May-20 7:56 
AnswerRe: Can't receive email from redirected domain name Pin
Peter_in_278016-May-20 15:26
professionalPeter_in_278016-May-20 15:26 
GeneralRe: Can't receive email from redirected domain name Pin
pkfox16-May-20 23:10
professionalpkfox16-May-20 23:10 
AnswerRe: Can't receive email from redirected domain name Pin
Randor 17-May-20 0:51
professional Randor 17-May-20 0:51 
GeneralRe: Can't receive email from redirected domain name Pin
pkfox17-May-20 1:09
professionalpkfox17-May-20 1:09 
GeneralRe: Can't receive email from redirected domain name Pin
Randor 17-May-20 1:27
professional Randor 17-May-20 1:27 
GeneralRe: Can't receive email from redirected domain name Pin
Randor 17-May-20 2:01
professional Randor 17-May-20 2:01 
GeneralRe: Can't receive email from redirected domain name Pin
pkfox17-May-20 2:06
professionalpkfox17-May-20 2:06 
GeneralRe: Can't receive email from redirected domain name Pin
Randor 17-May-20 2:57
professional Randor 17-May-20 2:57 
AnswerRe: Can't receive email from redirected domain name Pin
Richard MacCutchan16-May-20 22:39
mveRichard MacCutchan16-May-20 22:39 
GeneralRe: Can't receive email from redirected domain name Pin
pkfox16-May-20 22:50
professionalpkfox16-May-20 22:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.