Jump to content

gopi_crishna

Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

gopi_crishna's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi , I am trying to select multiple values from a listbox and then pass all the selected values into the one field of the database ..i am not able to get that right .. when i add this line of code <select name="source_info[]" size="10" multiple> something like "array" is getting stored in the database field instead of the selected items ..can any one help me in this Thanks Gopi
  2. Hi , I am trying to create a Multi Form application and it has some check boxes on that. I am passing all the values to last page of the application where i would submit them to the database. The problem is that i am able to pass all the values ,e.g: text box values and rest except for the radio box values ,the values of the radio box doesnt show up on the page which submits the values to database can any one help me out in this problem .. Thanks Gopi
  3. Heloo, I have been working with Dreamweaver and PHP very recently and currently I am working on an Application where users apply for a job online and users enter all the details when filling out the applicaton. One of the field they enter is "SSN"(number) .Now i want this number to be really secure ,so i want that to be encoded when added to the database and when the information is retrieved from the database again the encoded value has to decode and appear exactly the same. So can any one please let me know "if there is any way that i can do this ".Please let me know any method,may be not exactly Encode or decode but i would try any method in getting that number encoded and decoded . Thank You Gopi .K
×
×
  • 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.