From:             [EMAIL PROTECTED]
Operating system: windows 98
PHP version:      4.2.0
PHP Bug Type:     *General Issues
Bug description:  End of script gives me an error.

I checked it out and i saw there were no errors and it gives it to me on
the last part
-------------------------------------
Parse error: parse error in c:\apache\htdocs\php\index.php on line 38
-------------------------------------
<?php
// from 1 to 35 are the rest 
$file = join ('', file ("../code/index"));
$seperate = split (">", $file);
$rotate = rand (0,(count($seperate)-1)); ?>
-------------------------------------
How Come?
-- 
Edit bug report at http://bugs.php.net/?id=17346&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=17346&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=17346&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=17346&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=17346&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=17346&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=17346&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=17346&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=17346&r=submittedtwice
register_globals:    http://bugs.php.net/fix.php?id=17346&r=globals

Reply via email to