Switch to full style
:read: Start PHP with us. Includes topics to help you in php
Post a reply

URL Characters and URL Encoding Values

Tue Oct 28, 2008 3:16 pm

Code:
<?php

Character   URL Encoded        

Space       
%20         

"           %22

#           %23

%           %25

&           %26

(           %28

)           %29

+           %2B

,           %2C

/           %2F

:           %3A

;           %3B

<           %3C

=           %3D

>           %3E

?           %3F

@           %40

\           %5C

|           %7C




Post a reply
  Related Posts  to : URL Characters and URL Encoding Values
 Encoding parameters in URL     -  
 session Encoding Data in php     -  
 usage of the meta tag for content encoding     -  
 Special Characters literals     -  
 Number of Occurrences of characters in a string     -  
 Unicode, ASCII, UTF-16, and UTF-8 characters in java     -  
 continuously calculates the number of characters existing     -  
 How to remove special characters from a string in Java?     -  
 Program to make a pyramid of characters based on input     -  
 modulus of two values     -  

Topic Tags

PHP URL