Sorry about that Ian,
Line 3 of the index.php page is below: require_once '/include/app_top.php'; The app_top.php file looks like this: <?php // include utility files require_once 'include/config.inc.php'; require_once 'include/setup_smarty.php'; ?> Bob -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Ian Bambury Sent: 01/01/2006 10:02 PM To: [email protected] Subject: Re: [php-list] Issue viewing work in browser Want to post line 3 for us? - might help On 02/01/06, Bob <[EMAIL PROTECTED]> wrote: > > Hi all, > > I've been following the tutorial in Beginning PHP 5 and MySQL E- > Commerce from Novice to Professional. > > If you have the book I've done everything up to page 40 but I've run > into a snag. I'm getting the following warning basically twice, one > under the other. > > Warning: main(/include/app_top.php) [function.main]: failed to open > stream: No such file or directory in C:\Program > Files\xampp\htdocs\tshirtshop\index.php on line 3 > > As you can see I have installed XAMPP and along with it Apache2, > PHP, and MySQL. I'm runnning on Windows XP and the install went fine > and I can see my php info displayed in the browser. I'm also using > Dreamweaver MX 2004 for my editor with the documents in the htdos > folder of XAMPP like the book says. > > I have tried changing the incude_path in the php.ini file but still > receive the same error just with a different path warning. > > In short, I don't know why the warning is continuing to come up, I > really don't know what else to change. > > If you have the book, you can look at the code for each of the > include, conf, and php files and see what I have done in following > the book. Any help towards a resolution would be appreciated. > > Thanks, > Bob > > > > > > Community email addresses: > Post message: [email protected] > Subscribe: [EMAIL PROTECTED] > Unsubscribe: [EMAIL PROTECTED] > List owner: [EMAIL PROTECTED] > > Shortcut URL to this page: > HYPERLINK "http://groups.yahoo.com/group/php-list"http://groups.yahoo.com/group/php-li st > > > ------------------------------ > YAHOO! GROUPS LINKS > > > - Visit your group "php-list<HYPERLINK "http://groups.yahoo.com/group/php-list"http://groups.yahoo.com/group/php-li st>" > on the web. > > - To unsubscribe from this group, send an email to: > [EMAIL PROTECTED]<[EMAIL PROTECTED] bject=Unsubscribe> > > - Your use of Yahoo! Groups is subject to the Yahoo! Terms of > Service <HYPERLINK "http://docs.yahoo.com/info/terms/"http://docs.yahoo.com/info/terms/>. > > > ------------------------------ > [Non-text portions of this message have been removed] Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: HYPERLINK "http://groups.yahoo.com/group/php-list"http://groups.yahoo.com/group/php-li st SPONSORED LINKS HYPERLINK "http://groups.yahoo.com/gads?t=ms&k=Php+mysql&w1=Php+mysql&w2=Job+postings& c=2&s=33&.sig=FLGkJVBUdDMln4PBO26sng"Php mysql HYPERLINK "http://groups.yahoo.com/gads?t=ms&k=Job+postings&w1=Php+mysql&w2=Job+postin gs&c=2&s=33&.sig=cV3rp9pSpCxahJy7imon_w"Job postings _____ YAHOO! GROUPS LINKS * Visit your group "HYPERLINK "http://groups.yahoo.com/group/php-list"php-list" on the web. * To unsubscribe from this group, send an email to: HYPERLINK "mailto:[EMAIL PROTECTED]"php-list-un [EMAIL PROTECTED] * Your use of Yahoo! Groups is subject to the HYPERLINK "http://docs.yahoo.com/info/terms/"Yahoo! Terms of Service. _____ -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.371 / Virus Database: 267.14.9/217 - Release Date: 12/30/05 -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.371 / Virus Database: 267.14.9/217 - Release Date: 12/30/05 [Non-text portions of this message have been removed] Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
