When I'm uploading a title or a description from my webapp through the YouTube API (PHP) its adding a trailing slash ( php escape slash ) before the character
example:
here's
uploads as:
here\'s
How do I avoid this?
I tried stripslashes() did not help
source https://stackoverflow.com/questions/77145049/youtube-api-when-uploading-description-or-title-with-comma-its-adding-escape
No comments:
Post a Comment