How to connect to MySQL database from PHP using XAMPP
The use of mysqli_ function in php - all calls to the mysqli must be uniform throughout the script. there should not be calls to mysql instead of mysqli
How to use session variables to manage logged in user in PHP.
How to encrypt passwords using md5 and sha1 in PHP. sha1 works only on newer versions of PHP, md5 is more general
The use of mysqli_ function in php - all calls to the mysqli must be uniform throughout the script. there should not be calls to mysql instead of mysqli
How to use session variables to manage logged in user in PHP.
How to encrypt passwords using md5 and sha1 in PHP. sha1 works only on newer versions of PHP, md5 is more general
No comments:
Post a Comment