Posts Tagged ‘mysql’
why my dynamic web content cannot be viewed from other computer within LAN? I used PHP,Mysql and apache?
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
why my dynamic web content cannot be viewed from other computer within LAN? I used PHP,Mysql and apache?
why my dynamic web content cannot be viewed from other computer? Its apache,php and mysql in windows xp pro?
why my dynamic web content cannot be viewed from other computer? Its apache,php and mysql in windows xp pro?
PHP and MySQL login routine security question?
I found this account login code online:
username;
$password = $row->password;
}
echo “Your username is $username”;
echo “Your password is $password”;
}
else {
echo “Please enter your email address!”;
}
?>
My question is, isn’t this very unsafe since if a malicious user does a little digging and finds a user’s email address, they can pretty much get their password or am I incorrect? I have a mysql db and and trying to develop a secure php front end with user login. I haven’t found any that use hashing algorythms.
hoe to build simple membership wap site using php?
any script for example of question above ? mysql/text file db is okay
I need a complete script to build a membership system using php-wml-mysql

