Jump to content

user login scrip help


Recommended Posts

Hey

i was wondering if anyone can help me please any help appreciated

i am doing some work for a charity and i only have 3 days left now but they want a website creating that will allow people to sign up and have their own account they can log into and see their progress the thing i have no knowledge at all of php and mysql i have basic html though.

i so far have created the html site which is all working and i have a mysql table to store details in but the part im stuck on is creating a script that will transfer details input into the signup text boxes into the database and then create the users account that only they can see.

so i was wondering if anyone at all would be able to help me put together the script that will allow this

 

the details so far are :

phpmyadmin table

 

database name: mymusicalworldt

table name:members

columns: id, title, firstname,surname, email, password, dob, addressline1, addressline2, postcode, city

 

html input textboxes: title, irstname,surname, email, password, dob, addressline1, addressline2, postcode, city

 

then also on the html theres a submit button called Register

 

from what ive read i know i need to have some sort of link to the database and then i need to have a script that creates a set of files for that user

 

thank you for any help

Edited by markharris1990
Link to comment
Share on other sites

 

 

i am doing some work for a charity and i only have 3 days left now ... i have no knowledge at all of php and mysql

Why did you take on this project? How can you possibly learn a language and create a functional site in 3 days? Thats madness.

 

I think what you are best of doing is using a something like Wordpress, Joomla or some other Content Management System (CMS).

 

But if you want to continue this project then you will need to first learn the basics of PHP syntax. Then learn to use a PHP database function library such as PDO or MySQLi to interact with MySQL databases.

Link to comment
Share on other sites

thanks ill have a read of it i get some of the stuff but i just couldnt find anywhere that explained it good enough to work out

when i originally signed up to the voluntary placement the description was on the understanding that they would learn me web design because i already had a knowledge of html anyway but after i started a contract with them i was only doing database management instead then out of nowhere they gave me some plans and said create this for us and the site im creating is from their plans, so really i signed up thinking they was going to teach me but its not they just want me to already know what im doing and do it for them but the problem is im the only person in the entire office that has any knowledge at all so it all falls back to me but my contract ends in 3 days time.

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.