Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How can we encrypt the username and password using PHP?

Answer Posted / sonal

by base64_encode()

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the value for this auto incremented field user_pri_id?

983


How can I increase my website session?

1110


What are the differences between echo and print?

1031


How can you increase the maximum execution time of a script in php?

989


Tell me how can we pass the variable through the navigation between the pages?

1040


How to stop the execution of php script?

1022


How do you check if an arraylist is empty?

1028


What is the w3c?

8986


What is file upload?

1133


What are the main error types in php?

1127


Could we start a variable with number like $4name?

972


What is the use of extract function in php?

1027


Do while loops php?

1018


Which MySQL function would you use to select a database?

1115


Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.

2063