"How do I send this to a tiddlyWiki instead of an email ???" In general, I don't think it were a good idea to try and find ways of "injecting" content into tiddlywiki (without anything like tiddlyweb). Instead you should manually load such external information via something like LoadTiddlersPlugin (if that's the right one).
You could have a simple serverside script which - instead of sending emails - would write such "application information" into a local file on the server (or append it). I guess, the easiest were to have just one "course applications" file on the php server, which that script would write all applications to. But first, start by designing your workflow in tiddlywiki. Define how you want information to be loaded into tiddlywiki. To avoid consistency problems (e.g. someone sending an application at the moment of you processing the applications in tiddlywiki)... I suggest you bulk-load all at once into tiddlywiki and before you do any further handling, add the import to some backup-log in your tiddlywiki, then immediately trigger deletion on the server after a successful import into tiddlywiki (maybe via some simple 1-button- form) and a very simple serverside script that does the deletion (in an authorized manner... using some kind of password or token). Once you've got your requests imported and backuped, you can start to split them up and assign statues to "participants", etc... within tiddlywiki... using inline script. Hope that helped. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

