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

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

(09-28-2022, 08:39 PM)kenjis Wrote: Why do you use urlencode() for $path?

Because path will equal something like '/data/reports/some_file.txt'

so <a href="/operations/path-item/<?= $path ?>">click me</a>

will result in <a href="/operations/path-item//data/reports/some_file.txt">click me</a>

(It appears in some cases that CodeIgniter url decodes and url encodes html form data for you. I'm not sure if I like that.)
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