This is a discussion on hyperlinks from db within the Php and MySQL forums, part of the Programming / Scripting / Coding category; PHP Code: <?php ob_start (); session_start (); $password = $_SESSION [ 'password' ]; $username = $_SESSION [ 'username' ]; echo ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| | #1 (permalink) |
| WMT Addict | PHP Code: |
| | |
| | #2 (permalink) |
| Moderator | Can you explain how it works, some people do not understand what the raw code does?
__________________ Free .org domain - Click for details! Do not pm asking for things. My inbox is full. Add me to MSN! |
| | |
| | #4 (permalink) |
| Newbie | You might want to MD5 the password for security. For example, running the original password through MD5 PHP Code: PHP Code: setting up a mysql insert to do it... then making your script compare the MD5 instead... PHP Code: PHP Code: |
| | |
| Tags |
| hyperlinks |
| Thread Tools | |
| Display Modes | |
| |