Unstoppable
May 20 2007, 10:36 AM
| | Sorry for double post, but I cant seem to make a database in WAMP, I tried to do it in SQLitemanager and PHPmyadmin. It doesnt appear to be creating a database and in PHPmyadmin I create a database, but when i try to make a table it keeps returning errors about the number of fields...Can anyone help, yet again |
Reply
jlhaslip
May 20 2007, 02:26 PM
Start your Text Editor and open the Start your Web Browser. Start your WAMP server. Start your Mysql server. Select to begin phpMyAdmin from your web Browser. Once you have the phpMyAdmin start page, click on the name of the Database in the drop-down list on the left hand side. Click on the SQL tab. From the file you have in that zip file you posted, there is a file with an "SQL" file extension. Start your Text Editor and open that file, Cut and paste that file into the textarea on the SQL page to have phpMyAdmin run the Query to build the Table you need for the Login system. Go back to the phpMyadmin Main page and look to see if the table has been created. The number beside the Database name is the number of Tables for the database. Your install should now show (1) if this new table has been successfully added.
Reply
Unstoppable
May 20 2007, 03:11 PM
Ugh, does anyone have time to make me a complete login system that works, including the database? Thx in advance
Reply
serverph
May 21 2007, 04:45 PM
QUOTE(Unstoppable @ May 20 2007, 11:11 PM)  Ugh, does anyone have time to make me a complete login system that works, including the database? Thx in advance for what purpose is this login system anyway? as you are having a hard time creating one, why don't you just use ready-made scripts for this? you may try scripts from http://www.opensourcecms.com/ for your particular requirement. CMS stands for "content management system"... and if you are creating something you want for online use -- be it a blog, a portal, a forum, or whatever -- you can find open source scripts there. any standard CMS you can find there comes with a complete login system, mainly for admin purposes, but is also used to register new users if you want. the main selling point for these scripts is that you can easily manage your content, and have a ready support system if you run into trouble, since these are widely used online. you can just drop by their respective online communities or forums to ask for assistance if you run into trouble. plus, these are regularly updated because of the development teams and users behind them. but then again, these would require your understanding of the databases involved, be it PHP + MySQL or ASP + MS Access. and since it seems that the database is your primary stumbling block, i suggest an alternative which uses "flatfiles" or just a basic text file as your database. if you need help with that flatfile system, just ask for it in that thread assigned for it. good luck! http://www.trap17.com/forums/flatfile-user...nup-t40598.html
Reply
techclave
May 29 2007, 01:38 PM
I think there are some tutorials about making login systems for your website, here at the trap17 tutorials section. Maybe you would want to try searching at the tutorials forum, here at trap17..
Reply
Recent Queries:--
simfatic forms rapidshare - 73.66 hr back. (1)
Similar Topics
Keywords : database
- How To Use A Database For Chess Results?
How to set-up, configure, and utilize a database to store chess result (0)
Need Help With My Database [resolved]
retrive data as a link (6) This is the situation: I have a database where you can add bands ( theire albums, genre other
info) For the album part they can add for each album the songs. So what do i want: When i show
the results there only shoul display the bandname which should be a link to the more detailed info
like albums biography etc. How do I do that. Is there a name for this and are there any
tutorials. thx in advance....
Index In A Mysql Database
Make the numbers follow (3) I hope I am on topic here (It does have to do with web design, after all). I have noticed that in a
MySQL database, the 'id' field just keeps its numbers for every record, with the backdraw
that, whenever you remove (a) record(s) from the table, you get your list numbered as eg.
1,5,6,7,12,25 etc. This makes it a bit difficult of keeping track of the number of records in your
table. Is there a way of achieving (either in PHPMyAdmin or through the use of PHP) that the id
field in your table gets sort of 'refreshed and updated' so you have a clearer view....
Treating .csv Files As Database Data
Showing .CSV data on a web page (2) I use a nice program (which I helped to beta test) called ' Simfatic Forms ' to generate
forms on web pages. The only problem is that it does not (yet) support MySQL databases, it saves the
form data as a .CSV file. Now I was wondering if you can do the same with a .CSV file as you do
with a MySQL databse, ie. displaying the data in that file on a web page which adjusts automatically
as data are added to the file. To clarify: eg. if I make a form to sign a petition online, the data
are saved to a .CSV file every time someone fills in the form, is it now possibl....
Accessing Mysql From Javascript
Javascript to communicate with database (4) I found a nice program which allows you to put quizzes on your web site. You can design your own
questions, set the layout of your page, and there is also a possibility of having the results
emailed to you. It further offers a facility to store the results and all that, all you have to do
is put a link in the program, telling it which page takes care of that. However, when I look at the
HTML code the program generates, I see that most of it is written in Javascript. Obviously, it also
uses variable names, but as I don't know any Java, I was wondering if those variab....
Where Am I Going Wrong This Time?
Can't enter data into database (4) Hi, on my local machine (with Apache 2.0, PHP 5.2.4 and MySQL 5.0) I come across weird things. I
have successfully made a table, but when I try to enter data into it it just will not accept the
empty string for the first field (id). This was the creation line: QUOTE $query="CREATE
TABLE members (id int(20) auto_increment,first varchar(15) NOT NULL,last varchar(15) NOT NULL,phone
varchar(20) NOT NULL,mobile varchar(20) NOT NULL,fax varchar(20) NOT NULL,email varchar(30) NOT
NULL,web varchar(30) NOT NULL,PRIMARY KEY (id),UNIQUE id (id),KEY id_2 (id))"; This has....
Merging Database Php Mysql
(5) Hii i need help margning script. i have coppermine gallery, AzDGDating Site, Noah's
Classifieds they all have user sign-up login. but they have different like i need to have 3 seperate
account for each script is there any way like mergning one user name and password would work for 3
section. if you don't get my question please tell me i will try to explain more in detail
thank you for your time and help ....
Help Or Advise Needed For Access Database Webpage Conversions
I need some help with getting a linked webform so that the data can be (0) Hello All. I'm looking for some advise or assistance with getting a web page/access page
running so that i can have the page online and collect the data live into my database for Project
Management... Currently I'm developing a database using M$ Access, and need to have staff
data enter sales information directly into a web form that can be linked to a database? I've
looked at using a M$ Front page web form with data collected into a .CSV text file and
extracting the data but i need to be able to let the staff review and update the data for eac....
How Do You Combine Multiple Mysql Databases Into One Database?
(3) How do you combine multiple mysql databases into one database? I was thinking thta soem servers
restrict you to one to five mysql databases. If I have a dynamic part of a table on my site, I
would use one database for that. For every table of dynamic information, I use one database. Can I
streamline what I am doing and combine all of my databases into one? I could make multipple tables
in the same database. Would that work? thanks....
Import From Excel File Into Mysql Database
(11) Has anyone tried using the excel import function that comes with phpmyadmin
http://www.phpmyadmin.net/home_page/ - it does not require any additional plug-ins or scripts and
is fairly straightforward to use. In phpmyadmin, if you click on the database table which you wish
to import the data to , there is a link on the bottom left corner which says "insert data from a
text file into the table" - although it says text file it still can be used to import an excel file.
When you click on this link you will be taken to a page where you will be asked for the file name
(the....
Free Dhtml Menu That Reads A Database
Anyone know one? (7) Hey, anybody know a DHTML menu that reads info from a database? for people who don't know, just
like windows' "start menu" with the popup menus I want to mod it so that in phpnuke I can edit
it admin panel end. I would like it to be vertical. Do not use note tags because they are only for
admins and moderators. ....
Looking for database
|
*RANDOM STUFF*
*SIMILAR VIDEOS*
Searching Video's for database
*MORE FROM TRAP17.COM*
|
advertisement
|
|