The manual of phpbb was clear enough for me to learn php.
http://www.php.net/manual/en/index.php
Search found 15 matches
- Sun Nov 19, 2006 2:44 pm
- Forum: Chit Chat
- Topic: good guide to php?
- Replies: 4
- Views: 4707
- Fri Aug 18, 2006 8:56 pm
- Forum: [3.0/Olympus] Discussion
- Topic: spammers, and rel='nofollow'
- Replies: 33
- Views: 30230
Re: spammers, and rel='nofollow'
Something you could do to protect your own board is adding a protection that the other 'normal' boards do not have. It can be a very simpel question for example. Spammers don't have time to crack the protection for just your board.
- Sat Mar 04, 2006 10:14 am
- Forum: [3.0/Olympus] Discussion
- Topic: utf 8
- Replies: 5
- Views: 3356
Re: utf 8
You are right
PHP does support UTF8
But not all databases have UTF8 as default character set. (MySQL for example has default latin1_general_ci as default) So it is possible that you have to change the characterset to UTF8 yourself to make it possible.

But not all databases have UTF8 as default character set. (MySQL for example has default latin1_general_ci as default) So it is possible that you have to change the characterset to UTF8 yourself to make it possible.
- Fri Mar 03, 2006 5:56 pm
- Forum: [3.0/Olympus] Discussion
- Topic: utf 8
- Replies: 5
- Views: 3356
Re: utf 8
I don't think so, because PHP does not support it.
- Fri Mar 03, 2006 11:22 am
- Forum: Chit Chat
- Topic: Are your forums W3C Standards compliant?
- Replies: 7
- Views: 4252
Re: Are your forums W3C Standards compliant?
The default skin has valid XHTML 1.0 Transitional. But you could always check yourself:
Validate
Validate