Re: $type ["extension"];
Am 30.03.2006 21:19 schrieb Jean Pierre Daviau:
> refering to:
> $type = pathinfo($filename);
> $ext = $type ["extension"];
Seems to be ok.
> complains:
> Notice: Undefined index: extension in C:\Program Files\Apache
> Group\Apache2\htdocs\titImage\imgSrc.php on line 61
Are you shure, that your file exists? Do you use error_reporting(E_ALL)?
|