Jump to content

Getting Started


Phty5h

Recommended Posts

Im sorry for the double post.... but i thought maybe this was a better location for a SQL related question.


Hi there.... In order to ask this question effectivly, i will give you my testing webserver so you can see what im talking about http://cbmanagment.co.nr/

If you navigate to the CV services section, and then click on the link to the Form that is what im talking about here.

(and yes i know the navigation bar sucks, im working on it  Grin)

Ok, so in the last 3 months ive learnt enough to create this little form you see, It uses hidden fields to pass data between the pages, and then sends all the gathered info as an email to my inbox.

Im quite please with this ..... but, im afraid it needs to go further.

I need to be able to do the following;

1) Restrict access to the form to those people who have paid a fee for the service (membership system)

2) Store the information entered by each member so that they can come back and change it at a later date... or in fact take  there time over filling it out... at the moment it all must be filled and submitted in a oner, and the form is unforgiving of mistakes.

3)related to above, I need to allow the user to freely navigate back and forth within there form, and modify as they see fit.

Further more i need this to be supported on both firefox and IE V 6 and above.

Now i'm pretty sure i need to set up a MySql database in order to accomplish this, however this is my first contact with MySql... and to be honest im finding it difficult to find solid advice on getting started.

I am using Dreamweaver MX2004 for my design, but am quite happy (and prefer even) to code by hand where possible.

I also have WAMP installed and running nicley.... Ive looked at PhpMyadmin, but im not really sure where to start.

Im not looking for anyone to do this for me.... i want and in fact need to learn..... but someone to nudge me in the right direction would be most satisfactory.

You have my greatest thanks for any and all of your help  Smiley
Link to comment
Share on other sites

Well, you need to set up a users table of some sort, and store their info there... ultimately, you'll need a login form as well.  I can't imagine that there's a shortage of PHP/MySQL tutorials on the subject, not that I can think of one in particular.
Link to comment
Share on other sites

Ok, ive moved along a little bit since yesterday ..... i can now create tables using phpmyadmin.

Not sure whether im going to need one database or two in order to accomplish what i want.

Your right, there is no shortage of mysql database's, but they all seem to start at a level a little higher than where i currently am...... once i figure a few things out, and a couple of bits click into place i will be heading to a tutorial.

things i dont understand at the moment;

1) When i create a database in Phpmyadmin ..... where is it? ..... is it a file? ... or a concept? ... how does this information get to my webserver when i upload my site using the dreamweaver ftp client?

Thats really my major stumbling block at the moment, unfortunatly im one of those annoying people who cant do unless he understands 100%, the last 18 months have been very interesting since i undertook to learn to program.

many thanks
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.