What is meant by urlencode and urldocode?
Answers were Sorted based on User's Feedback
Answer / nikunj
urlencode(): encode url
urldecode(): decode encoded url to original form
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / ram kaushik
urlencode() converts some html entites in special
characters which is good for security purpose while
urldecode() gives us real url what we had before putting in
urlencode() function
Is This Answer Correct ? | 4 Yes | 1 No |
What is class extend in php?
Why are sessions used?
What is use of isset function in php?
Is php still relevant 2019?
What is $_ server request_method == post?
How does html form submit work?
Can we embedded directly PHP code into XHTML document? State Whether True or False?
How can we encrypt and decrypt a data present in a mysql table using mysql?
what is the best function that can be used to connect to mysql database and in what cases that we can use below functions ? 1. mysql_connect() 2. mysql_pconnect() please give your answer with all pros and cons
Tell me what's the difference between include and require?
Dear Sir, i am a frasher and now i got a job offer from AentteQ Software Technologies for PHP developer.. so i am in confusion that is PHP correct for my carrer or i shud choose other then php for my carrer...plz suggest me
What are the different ways to login to a remote server?