You forgot the semicolon (;) after session_start()
> > This works fine, but now i made the files sessionstart.php and bottom.php
>>
>> sessionstart.php
>> --------------------------
>> <?
>> session_start()
>> if ($SessieEIA->Login == 1)
>> {
>> ?>
>>
>>
>> bottom.php
>> --------------------------
>> <? }
>> else {
>> require "error.php";
>> }
>> ?>
>>
>> And i require these files on top resp. bottom of the page and i get two
> > parse errors.
>>
--
Jim Musil
---------
Multimedia Programmer
Nettmedia
-------------
212-629-0004
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]