On maandag 1 december 2003 23:17 Curt Zirzow told the butterflies:
> * Thus wrote Matthias Wulkow ([EMAIL PROTECTED]):
> >
> > I have an array filled with urls of javascript files and then I
> > include them one by one in a loop.
> >
> > for( $i = 0 ; $i < sizeof($this->page->javascript) ; $i++ )
* Thus wrote Matthias Wulkow ([EMAIL PROTECTED]):
>
> I have an array filled with urls of javascript files and then I
> include them one by one in a loop.
>
> for( $i = 0 ; $i < sizeof($this->page->javascript) ; $i++ ){
>
> include($this->page->javascript[$i]);
> //This line above is l
Hi php-general,
sorry for the post before, forget the sentence about the writehead
function. It means writeHead() (error Warning doesn't seem to be case
sensitive...). It's the name of my method... :-(
But it has nothing to do with the error itself...
SvT
--
Who is the ennemy?
--
PHP General
Hi php-general,
I have an array filled with urls of javascript files and then I
include them one by one in a loop.
for( $i = 0 ; $i < sizeof($this->page->javascript) ; $i++ ){
include($this->page->javascript[$i]);
//This line above is line 52 shown on error warning
}
When I had only
4 matches
Mail list logo