Go to the source code of this file.
Functions | |
| char * | url_escape (char *) |
| URL encode a string of characters. | |
| char * | url_unescape (char *string, int) |
| URL decode a string of characters. | |
| int | get_domain (char *address, char *login, char *domain) |
| Extract the login and the domain from a given email address (login). | |
Definition in file cgi.h.
|
||||||||||||||||
|
Extract the login and the domain from a given email address (login).
|
|
|
URL encode a string of characters.
|
|
||||||||||||
|
URL decode a string of characters.
|
1.3-rc1