Re: [PHP-WIN] I don't know what I'm doing wrong

2008-09-15 Thread John Harris
On 14 Sep 2008 8:07, Daniel Wagner wrote outside the list > the "connection.php" is inside of a subdirectory called "connections" the > "practice.php" is located inside the "images" folder both of those folders > are the only folders (or files) contained under my "test" directory > > --- On Thu,

RE: [PHP-WIN] I don't know what I'm doing wrong

2008-09-11 Thread George Pitcher
Hi, >| (This is my connections.php) >| require_once("Connections/connection.php");  //database connection >| Warning: require_once(Connections/connection.php) >| >| I have a feeling that my issue is contained within:   >| (include_path='.;C:\php5\pear') It might be a slip of typing but you sa

Re: [PHP-WIN] I don't know what I'm doing wrong

2008-09-11 Thread John Harris
On 11 Sep 2008 14:45, Daniel Wagner wrote > (This is my connections.php) > > $db  =   mysql_select_db($database, $link); > ?> > > (And this is my practice.php) > > require_once("Connections/connection.php");  //database connection > [snip] > When I try to view the page I get this back: >

[PHP-WIN] I don't know what I'm doing wrong

2008-09-11 Thread Daniel Wagner
I am currently going through 'davidj's php tutorials @ http://www.dreamweaverclub.com/vtm/php-mysql-apache.php and am in the process of learning.  I am encountering an issue though that I can't seem to find an answer to.  Maybe someone can help me.  I downloaded the WAMP server, (which I found o