<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Is there a way to parse PHP code in guestbook templates?"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Is there a way to parse PHP code in guestbook templates?"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Is there a way to parse PHP code in guestbook templates?</title>
				<description><![CDATA[ Hi<br /> <br /> I find that I need to parse some PHP code inside one of the templates, but although variables seem to work fine, it will consider anything within &lt;?php ?&gt; tags as comments, as though it had an .html extension or something. I had a look at what the actual php file looked like and I can see why it does this (because it's being stuck in during the parsing and of course the page is parsed [i]once[/i]), but is there any way around this?<br /> <br /> Thanks<br /> <br /> -Oli (cyben@phreaker.net)]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3902/11958.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3902/11958.php</link>
				<pubDate><![CDATA[Sun, 21 Nov 2004 14:52:00]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ by giving a file the .php extension you are telling the server to pass it to the PHP processor before sending it to the browser. The processor then looks for anything between [b]&lt;?php[/b] and [b]?&gt;[/b]. The templates in the guestbook are turned into strings by the guestbook and so the templates are never sent to the processor. To put some php into the templates you will have to do the PHP in the script and have th results turned into a variable which you can then place in the template.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3902/11959.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3902/11959.php</link>
				<pubDate><![CDATA[Sun, 21 Nov 2004 15:17:40]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ if you need to parse php to have it output in the page, you can put it in the main three files. index.php, addentry.php and comment.php.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3902/11960.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3902/11960.php</link>
				<pubDate><![CDATA[Sun, 21 Nov 2004 15:34:30]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Didn't I just say that?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3902/11961.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3902/11961.php</link>
				<pubDate><![CDATA[Sun, 21 Nov 2004 15:36:29]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ yeah, but in non-tech speak lol]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3902/11963.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3902/11963.php</link>
				<pubDate><![CDATA[Sun, 21 Nov 2004 18:43:13]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Pah.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3902/11965.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3902/11965.php</link>
				<pubDate><![CDATA[Sun, 21 Nov 2004 18:51:39]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Carbonize"]Pah.[/quote]<br /> <br /> HAHAHAAHA!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3902/11966.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3902/11966.php</link>
				<pubDate><![CDATA[Sun, 21 Nov 2004 19:03:51]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
	</channel>
</rss>