Alright so i designed my company’s website and now my boss says he wants a place for employees to login to see only “company stuff.” Now i figured out i can do this with flash + php + MySql, I have enough php knowledge to get by (thanks to kirupa!) but this mysql stuff is overwhelming me. What i know is that mysql manages data-bases and is fast and the best thing scince sliced bread, i just need to know how to use it. I’ve gotten as far as Creating a table in my hosts sqldatabase manager. and thats it I don’t know where to go with adding user names and passwords Heres the output the sql manager gives me:
SQL-query: [Edit] [Create PHP Code]
ALTER TABLE ‘team login’ DROP PRIMARY KEY ,
ADD PRIMARY KEY (‘LOGIN’)
What that means… i have no idea… I’m pretty confident that this entire post shows my complete lack of direction and/or understanding of this, (plus the fact that i didnt even really ask a question) so any reply would probibly help… unless of course its just telling me im an idiot. i already know that
thanx