Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2006-01-22 00:28:43
- disdat
- New Member
- Registered: 2004-09-10
- Posts: 3
[wiki] Error Found in FAQ
I found an error on this page of the FAQ
http://textpattern.com/faq/34/how-do-i-use-php-code
Towards the bottom:
<pre><code>
<txp:php>
global $foo;
echo $bar
</txp:php>
</code></pre>
should be
<pre><code>
<txp:php>
global $foo;
echo $foo
</txp:php>
</code></pre>
$bar is incorrect….I think
debbie T
Offline
Re: [wiki] Error Found in FAQ
The FAQs are admin territory only, so any changes to the FAQs will have to be done by them.
Commenting on the validity and/or usability of the FAQs is important. It would be helpful if admins would step into these threads that refer to the FAQs and just give a word or two in one direction or another to the feedback (like disdat’s here) so people know the’yre not just talking to the wind.
Offline
Re: [wiki] Error Found in FAQ
Yes, thanks for the pointer. I’ll go right now and fix it. :)
Offline
Pages: 1