Home »

What type of operation is needed when passing values through a form or an URL?

Question ListCategory: PHPWhat type of operation is needed when passing values through a form or an URL?
alisataylore190 author asked 9 years ago
1 Answers
adamemliy16 author answered 8 years ago

If we would like to pass values througn a form or an URL then we need to encode and to decode them using htmlspecialchars() and urlencode().

Please login or Register to Submit Answer