I am sorta a PHP noob, but have caught on quick due to knowledge of other languages.
BUT: when I tryed to put YaBB SE into my site, all contained in an index.php file I get an error...
here is my script
if ( $q == 5 ) {
include "forum/index.php"
}
[code]
the error I get is this:
[code]
An Error Has Occurred!
2: Cannot add header information - headers already sent by (output started at c:\apache\htdocs\yse\index.php:5)
(c:\apache\htdocs\yse\forum\Sources\Subs.php ln 100)
for those who wondered, $q is a variable, so the url for the forums is
www.xxx.com/yse/index.php?q=5
and a BTW, love the forums, but can you give the smilies noses ;-)
can any one help with this?
[/code][/code]