database
I need help with figuring out the database configuration. I think I messed it up.
I need a normal php page with a search filed. they would type in the name of a pdf and the pdf link would show up on a results page. I only want the name to show up as a link. I don't need any other record.
Then I need a admin sign on page that leads to a search, results and insert page.
The database would be:
database
-file VARCHAR(255) ??? (do they have a setting for the file itself?)
-admin INT(10) Auto-Increment (Primary Index)
user name ??
password ??
Am I even close?