kkiely
Programmer
- Sep 12, 2004
- 3
Hi, I started a page a year ago, homepokergames.com, where I had people enter info about home games. I didn’t know any HTML but I managed to get it so visitors could enter info through a form into a text file and call the file up using a PHP include statement.
Now I want to upgrade the site and have all the info stored in a SQL database. I have a few questions before I start Googling 40 hours a week to learn stuff:
1. From what I understand, you have to write a SQL script to change/delete data in a MySQL database (am I wrong?). Is there a program that has an Excel-like interface that lets you edit text directly? If so, what is the best program? Cheapest?
2. Can I have each record found in a database be put into a separate HTML table when my page outputs a search? I want to maintain the look of my site like I have it here 3. Is there is limit to the number of characters in a record?
4. Is there a limit to the # of records in a table?
5. Can I declare a record in a table as "hidden" so that it temporarily won't come up in searches?
6. If I have users visitors create a UserID and log in with a password and create info about themselves, can I go in to the database and edit THEIR info?
7. Is there a way to measure the # of SQL queries?
8. If you have 5,000 rows, is there a way to add another column to that data?
9. I am going to have a zip code radius search for games. I found some off-the-shelf commercial program that can do this. Is this something I could find on Google if I looked hard enough - because it just has to do with long&lat computations?
10. What are the other popular MySQL forums?
If anyone has any general advice about changing this page - - into a SQL database I would appreciate it.
Now I want to upgrade the site and have all the info stored in a SQL database. I have a few questions before I start Googling 40 hours a week to learn stuff:
1. From what I understand, you have to write a SQL script to change/delete data in a MySQL database (am I wrong?). Is there a program that has an Excel-like interface that lets you edit text directly? If so, what is the best program? Cheapest?
2. Can I have each record found in a database be put into a separate HTML table when my page outputs a search? I want to maintain the look of my site like I have it here 3. Is there is limit to the number of characters in a record?
4. Is there a limit to the # of records in a table?
5. Can I declare a record in a table as "hidden" so that it temporarily won't come up in searches?
6. If I have users visitors create a UserID and log in with a password and create info about themselves, can I go in to the database and edit THEIR info?
7. Is there a way to measure the # of SQL queries?
8. If you have 5,000 rows, is there a way to add another column to that data?
9. I am going to have a zip code radius search for games. I found some off-the-shelf commercial program that can do this. Is this something I could find on Google if I looked hard enough - because it just has to do with long&lat computations?
10. What are the other popular MySQL forums?
If anyone has any general advice about changing this page - - into a SQL database I would appreciate it.