Hello all:
I am about 3 weeks into my PHP education, still have lots to learn.
I am working on a project where I have taken a fairly simple Access database and converted it to MySQL (That was the easy part).
Now I am on the tough part. I have to now create forms which will input and download data from the database.
My question is what is the easiest way for a newbie to create a form? I have read where some people create a form using a WySIWYG Editor such as FP or DreamWeaver and then they edit the HTML and input the "SQL" commands into the code using PHP.
Others recommend drafting one from scratch, though I must admit I starred at my screen for 2 hours trying to figure out where to start on that idea.
Anyhow just looking for some general tips before I dive in.