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,
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
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:
>
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