Re: Using URLEncode to upload data via PHP to mYSQL
Posted by: Filipe Silva
Date: September 06, 2018 09:49AM

Well, yes. The URL encoded form of "?" is "%3F" and what this does it to escape the semantics of the "?" sign, so the final URL string will end up joining "%3FcoyName" to whatever you have before in `urlVar`.

So, you cannot escape the characters that are part of the URL syntax.

Options: ReplyQuote


Subject
Written By
Posted
Re: Using URLEncode to upload data via PHP to mYSQL
September 06, 2018 09:49AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.