|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-05-22 02:16 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 08:00:01 2025 UTC |
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?