Jump to content

Bates Water Gardens

Members
  • Posts

    12
  • Joined

  • Last visited

    Never

Everything posted by Bates Water Gardens

  1. This has helped a lot. I'd like to see another if anyone knows of one.
  2. That helps a lot. Thanks. I do need a little more though. Anyone else have any?
  3. Where can I find video web pages that can walk me through creating and using MySQL files?
  4. I have a book teaching me how to create and update databases but only on my computer from the command prompt. How do I create one on my web site?
  5. So how would I write it?
  6. I am trying to set up a loop that runs a form until I enter something like the word "quit" in the form field. something like: <? while ($enteredinfo <> "quit" { echo 'form.htm'; other commands after info is entered; } echo "thanks for visiting"; ?> How do I keep this from being an infinite loop and still put up a form one at a time until the user prompts a quit? I'm not sure if I have given enough info. ???
  7. At this point, the main thing I need to do is have a form that gathers information and take that information with php and create a MySQL data file and store the information in it.  I'm not really sure if I'm asking it right, I'm just now learning php and MySQL.
  8. They will basically create a data file of questions and answers using their name.  I guess each data file will be saved as the student's name.  I haven't decided exactly how I'm going to do that.
  9. If I understand what you are asking, yes.
  10. I think so.  What I want to do is this: I am just now learning php.  I wrote a question and answer program in basic when I was in school to quiz me on things I had to learn.  I now teach school and have a teacher page on the school site.  I want to add a page where the students can go in and put in questions to be asked and the answers so the computer can create a data file for each student and they can use it whenever they need to.  I want each student to be able to create their own data file so when they get done, the computer can store the question in a new order, with the most recent that they answered at the end and the next time they start, they will get the ones they haven't seen yet, or the most. I hope I explained that well enough.  Basically I want each student to go in and be able to add their own data file. thanks.
  11. How do I create a new MySQL data file using PHP code?  What would be the code?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.