
July 8th, 2002, 04:48 AM
|
|
Registered User
|
|
Join Date: Jul 2002
Location: Osaka
Posts: 9
Time spent in forums: 49 m 21 sec
Reputation Power: 0
|
|
Your idea sounds quite interesting !
I have some doubts:
a) After the user enters "Adventure", should the PHP script search
across all tables in database, or only the user-specified table.
b) Should the PHP script search all column in the table, or only
user-specified column.
I think the entered value should be validated against the column type in the database.
I see only one likely problem related to foreign-keys.
i.e if user enters an invalid value for a particular record,
then the references will no longer be valid.
You can contact me at ajaypatilpune@hotmail.com
Ajay
Last edited by ajaypatil : July 8th, 2002 at 04:53 AM.
|