Hi.
I'm trying to figure out how to use a dynamic path with the PHP image editor. When I try to construct it in the path field using php echo statements, it breaks the code for the edit image and it ends up printing out a lot of the code in the body of the page.
I'm sure it's just a question of escaping the proper characters, I'm just not 100% sure what needs to be escaped in the code.
I'm trying to construct a two level dynamic path. There is a set root directory /uploads/player/ and then a dynamic folder based on the ID of their user login and then the name of the image from the database. . .so the URL is built from a Session Variable (they have to be logged into the site to access the page to begin with) and then an image from a recordset.
Or if there is another way to have the dynamic URL built (concat all the elements in a single variable or something like that).
Let me know at your earliest convenience. I would love to be able to use this extension with this project and this is my stumbling block with it.
Thanks for your help (and the great extensions). |
|
|