Jump to content

Kevin Castro

Members
  • Posts

    32
  • Joined

  • Last visited

Everything posted by Kevin Castro

  1. yeah i visited bluehost pretty nice.thank you for your information
  2. Hello, We are planning to buy a server but we don't know which is the best place to buy it. Please tell the suggestions... Thank You in Advance.
  3. I'm developing a website for an organization,i want to encrypt my source code when i see in webpage..could you tell anyone how to do it? Thank you in advance,
  4. Hai I'm developing a website and i want to secure from the intruders.could you help me how to secure my website? Thank you
  5. fr eg:) i created 4 input tags namely username,update username,password and update password. i want to update old username into new username and old password into new password. here is the code for updating single column in php $sql="update students set where username='$user'; if i update password field how to combine with this same variable....
  6. I want to update more than one column in php using mysql. fr example: $sql="update table_name set where username='$user'; $sql="update table_name set where password='$pass'; how to concatenate this querie? could you tell anyone how to solve this? Thanks in advance
×
×
  • Create New...