How can i encode urls in a safe way in order to use them in a mail header "location" in php?
Is urlencode enough? May I use rfc2231_encode?
How can i encode urls in a safe way in order to use them in a mail header "location" in php?
Is urlencode enough? May I use rfc2231_encode?