|
PowerBASIC Forums
![]() Source Code
![]() CGI - UrlEncode
|
| next newest topic | next oldest topic |
| Author | Topic: CGI - UrlEncode |
|
Florent Heyworth Member |
This function is useful when passing URL query strings which might need to be encoded to preserve them. Corresponds to the 'application/x-www-form-urlencoded' media type DO UNTIL lIterIn = lLength @pbByteOut[lIterOut] = 0 'terminate the string pszReturnStr = STRPTR( sOut ) FUNCTION = @pszReturnStr END FUNCTION IP: Logged |
All times are EasternTime (US) | next newest topic | next oldest topic |
![]() |
|
Copyright © 1999-2005 PowerBASIC, Inc. All Rights Reserved.