Welcome Guest, Not a member yet? Register   Sign In
url encode
#5

(This post was last modified: 09-29-2022, 10:56 PM by donpwinston.)

(09-29-2022, 06:54 PM)kenjis Wrote: Sorry, I don't get what you say.

In my opinion, the code should be:
Code:
base_url("/operations/path-item/$path")

The $path var = '/data/reports/some_file.txt' therefore the url will = '/operations/path-item//data/reports/some_file.txt' and the url will not work.

Need to encode $path so url will = '/operations/path-item/%2Fdata%2Freports...' then this will work.
Simpler is always better
Reply


Messages In This Thread
url encode - by donpwinston - 09-28-2022, 02:08 AM
RE: url encode - by kenjis - 09-28-2022, 08:39 PM
RE: url encode - by donpwinston - 09-29-2022, 05:15 PM
RE: url encode - by kenjis - 09-29-2022, 06:54 PM
RE: url encode - by donpwinston - 09-29-2022, 10:56 PM
RE: url encode - by kenjis - 09-29-2022, 11:32 PM
RE: url encode - by donpwinston - 09-30-2022, 09:24 AM
RE: url encode - by kenjis - 09-30-2022, 02:08 PM
RE: url encode - by donpwinston - 10-01-2022, 08:58 AM
RE: url encode - by heriniaina - 10-02-2022, 11:18 AM
RE: url encode - by donpwinston - 10-14-2022, 10:47 AM
RE: url encode - by donpwinston - 10-19-2022, 12:45 PM
RE: url encode - by ikesela - 10-19-2022, 05:07 PM



Theme © iAndrew 2016 - Forum software by © MyBB