Forum Moderators: coopster

Message Too Old, No Replies

DB Tables Names in PhpWebsite

want to eliminate dulpicate table names

         

waynemac

5:20 pm on Nov 10, 2004 (gmt 0)

10+ Year Member



Gidday all,

Im running PHPwebsite 0932 and access my database thru PHPMyAdmin 4.0.22 (so I think).

I have found that in MySQL that I had duplicate tables (some named mod_#*$! and some mod_mod_xxx) due to a very early reinstallation of the phpwebsite CMS (mods refers to module names). I deleted all the unrequired tables.?
?
Where can I find the directive that requests the tables by name for building a webpage?Would this be in the phpwebsite system or in the SQL database?
?
I want to correct the directive and rename the mod_mod_xxx tables. I tired to just rename a table but got a "table doesnt not exist" error message.?
?
Cheers, Wayne

ergophobe

7:01 pm on Nov 10, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I don't know phpwebsite, but there's no single directive in php or mysql that lets you create a page from table names. You can get listings of the tables and such in a variety of ways, but pretty much anything that creates a page (other than phpinfo() and some things like that) is going to be controlled by your script (in this case phpWebsite).

If they have an active forum devoted to the script, you might getmore advice there (but somebody who uses phpwebsite will happen along here eventually I'm sure).

Tom