What I am trying to accomplish is the ability to pull data out of a table and display it on-screen. This is just a simple test. My error I keep receiving is mysql_fetch_array(): supplied argument is not a valid MySQL result resource in 'file location + name'.
Is this because I have not updated my php.ini file for some reason? I didn't think this is the case, sense my version of php (version 4.x.x) comes with the mysql extensions already built-in. Also, I am wondering if I need to setup a system DSN for this database? I come from a SQL Server and Oracle background and that is usually how I setup my database connections for web applications.
One final point is that I do have mysql setup and running as a service.
I am lost. Does anyone have any ideas? Bueller? Bueller?