Lem,
I checked everything in the config folder of 
phpMyAdmin 2.5.3 and everything is correct.  I can get 
into phpMyAdmin but after I click on the database that I 
have set up with my web hosting service, I go to a page 
that says this.... Create New Table.  When I enter the 
table name and the number of fields and then hit the go 
button, I get sent to a page that says this.....Error-404 
File not found. I was expecting to see a blank table 
waiting for me to put data into it. When I see that 
message I am thinking to myself, of course the file can't 
be found, I am trying to set it up now.  It seems like the 
php is putting the carriage before the horse on this one.
I connected to my database server through 
DreamweaverMX and thought that I may be able to 
create the table there and then just upload it to my 
database that way, but it only lets me upload it to my 
remote web server.  I've been stumped on this issue for 
three weeks.  Is this a common problem with php users?
Thanks, (elrods)
Logged In: YES
user_id=210714
Hi,
note that this message "File not found" has nothing to do
with your table. You are not getting a message saying "table
not found", but a message directly from the web server. It's
the same thing as if you tried this link:
http://lwn.net/bizarre.html
And in phpMyAdmin, the links are generated from
PmaAbsoluteUri. Please show me your config.inc.php (removing
sensitive details like username and password), and also
which URL you are using to start phpMyAdmin.