View Single Post

  #2 (permalink)  
Old 03-31-2006
Johannes Wienke
 
Posts: n/a
Default 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)?
Reply With Quote