|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
using a php form
I'm trying to find out how to insert passwords into mysql from a php/html form?
|
|
#2
|
|||
|
|||
|
RE: using a php form
You handle the sql part like you would any other data, using "INSERT INTO" or "UPDATE".
However, before wtiting the password to the db you can crypt() or mcrypt() the data. crypt() is a one way algorith and mcrypt() is a two way algorith. Double check the manual for more info but this should get you going in the right direction. |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > using a php form |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
![]() |
|