Log
Here is my first update: March 13, 2009
The tblPlant table lists all the plants that I have in my garden, along with their growth habits, how they are doing in my garden, and any notes about the plants. The tblPlantsandUses table allows me to link uses with plants- both rows are together are primary keys. It isn't really a good example of how to make a table, but I was unable to come up with any other way to create a table to query for uses according to a particular plant, or plants according to a particular use. The tblUses table allows me to display all the uses for plants in my garden, and notes on what the uses are/mean in my garden. Now to make all this work with PHP- I don't really have a clue what I'm doing at this point, but I should have it figured out by the end of this semester.April 14, 2009
Saturday I signed up with the shared web hosting service Fat Cow. Once I have some files up, I will provide the link.April 14, 2009
I need to remember to change the permissions on this updater, or else anyone will be able to update my Project journal! I don't want that to happen!April 15, 2009
Well, it appears that I need to keep the permissions the same if I want to be able to keep this working right now.I hope to be able to start uploading files to my website today, and perhaps even start on the setup for my database.
April 15, 2009
This is not an update- just a test.April 21, 2009
Well, here is the website that I will have my final project up and working on by the end of this semester: www.snowyplants.infoApril 27, 2009
I have made a little more progress on my website. Now I have a select query set up so that it can run at a push of a button, and the query results appear on the same page as that button is on.