Jump to content

ITStudent

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

About ITStudent

  • Birthday 05/14/1985

Profile Information

  • Gender
    Male
  • Location
    Galway, Ireland

ITStudent's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I also tried encrypt and encode/decode same problem. Any other sugestions?
  2. I created a login in page that compares the entered password to the password stored in the MYSQL database. The password stored in the database is encrypted using the PASSWORD function, so I encrypt the entered password with the PASSWORD function and compare with that in the database. Everything works fine on my own server, which I used to test the scripts. However, on hosting company it will not work. The problem is with the PASSWORD function. I use mysql ver 5.0.15-nt with phpMyAdmin 2.6.4-pl3 Hosting company uses mysql ver 4.1.19-standard with phpMyAdmin 2.8.0.2 Anyone any ideas what could be wrong? (It works if I don't encrypt the password) Thanks.
  3. Is it possible to insert the values of an array into a table, with each value being stored in a new row. I need to take the value of the array select information from a table based on this and then insert to the second table. Thanks.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.