|
Subject:
|
error with chapter 7
|
|
Posted By:
|
jdz66
|
Post Date:
|
3/4/2006 12:05:01 PM
|
"modifyimage.php"
Warning: extract(): First argument should be an array in D:\xampp\htdocs\book-BgPHP5AM\chapter 07\modifyimage.php on line 23
Warning: getimagesize(images/.jpg): failed to open stream: No such file or directory in D:\xampp\htdocs\book-BgPHP5AM\chapter 07\modifyimage.php on line 27
Warning: imagecreatefromjpeg(images/.jpg): failed to open stream: No such file or directory in D:\xampp\htdocs\book-BgPHP5AM\chapter 07\modifyimage.php on line 29
showimage-rev01.php
Warning: extract(): First argument should be an array in D:\xampp\htdocs\book-BgPHP5AM\chapter 07\showimage-rev01.php on line 17
Warning: getimagesize(images/.jpg): failed to open stream: No such file or directory in D:\xampp\htdocs\book-BgPHP5AM\chapter 07\showimage-rev01.php on line 21
|
|
Reply By:
|
magicfun
|
Reply Date:
|
8/21/2006 5:19:21 PM
|
make sure you have an /images folder in the directory your files are. Otherwise it will error out. Do you have an images folder there?
|