Thread: Sending data
View Single Post
  #6  
Old 06-12-2009, 03:16 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by fowlplay4 View Post
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.
__________________
Reply With Quote