> Is there a way to embed php into a tiddler? I tried the <html> tags > around the code trick, but it didn't work.
PHP is generally processed server-side, but TiddlyWiki by default is all client-side (i.e. JavaScript processed in the browser). You could host a PHP script which serves a modified TiddlyWiki document, or better serves the desired content which is then integrated into TiddlyWiki using AJAX. -- F. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

