|
I have this code [- $script = $ENV{SCRIPT_NAME} -]
[- @fields = split("/",$script) -]
[+ $fields[3] +]<br />
[- $script = $fields[3] -]
[+ $script +]<br />
Result is index.html [- @field = split(".",$script) -]
[+ @field +]
[+ $field[0] +]<br />
[+ $field[1] +]<br />
[+ $field[2] +]<br />
where is problem ??? Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] |
- Problem with split function Wampa (Patrik Ružič)
- RE: Problem with split function Gerald Richter
