Quote:
Originally Posted by fowlplay4
It would be nice if it was actually possible to do some image manipulation ( I.e: GD2 & PHP ) on the serverside, so you could render the page after it has been finalized.
|
I plan to do that for the final release. The reason I need to send it back/forth it so they can view/edit the templates.
I took another look, and played around with what Stefan said. Basically, I uploaded a text file into a place where txt files were downloadable (via folder config), then used showimg(200, "news_1234.txt", 0, 0), and waited for it to download. Funny way of doing it, but it worked.
However, it seems I waaaay underestimated the amount of data that can be sent back and forth, so I think I will be used triggers after all.