This is a discussion on "[SOLVED] create 2 tables" within the PHP Forum section. This forum, and the thread "[SOLVED] create 2 tables are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] create 2 tables
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
||||
|
[SOLVED] create 2 tables
i am trying to create 2 tables, the first is my form, and the second is for my login script and then i want to insert data into the members table
if i removed the insert into part, it will only create the members table, but if i leave it on, it wont create my database at all please advise, thanks
Last Blog Entry: Basic Advice for newbies (Feb 1st, 2008)
Last edited by saltedm8; Oct 8th, 2007 at 11:23. |
|
|
|
||||
|
Re: create 2 tables
take the quotes away from the the table name
eg.
Hope that helps,
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
|
||||
|
Re: create 2 tables
tryed that before, that is where i get this
Quote:
Last Blog Entry: Basic Advice for newbies (Feb 1st, 2008)
Last edited by saltedm8; Oct 8th, 2007 at 12:27. |
|
||||
|
Re: create 2 tables
Sorry mate, got a bit confused.
You don't need quotes around *any* table names, even when creating them. Have you tried that? If you have, still get rid of the quotes and try closing the connection before running your insert query..
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
|
||||
|
Re: create 2 tables
after a bit of messing around i finally managed it with this
Last Blog Entry: Basic Advice for newbies (Feb 1st, 2008)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] PHP Creat tables in MySQL | Emzi | PHP Forum | 4 | Jan 21st, 2008 12:41 |
| [SOLVED] Building a website with tables | thewebkid | Starting Out | 13 | Oct 25th, 2007 12:21 |
| can create database but not tables | saltedm8 | Databases | 28 | Sep 16th, 2007 19:31 |
| Tables or CSS? | bee_bo | Web Page Design | 15 | Jul 6th, 2006 08:32 |
| Tables in CSS ??? | j4mes_bond25 | Web Page Design | 2 | May 25th, 2006 21:10 |