Re: [PHP] New to PHP, and stuck

2002-11-06 Thread Ernest E Vogelsinger
At 14:34 06.11.2002, Markus Jäntti said: [snip] >$sql ="CREATE TABLE $_POST[table_name] (("; [snip] If you are including an array expression within a string, you should enclose it in curly braces, like this: $sql ="

Re: [PHP] New to PHP, and stuck

2002-11-06 Thread 1LT John W. Holmes
OTECTED]> Sent: Wednesday, November 06, 2002 9:19 AM Subject: RE: [PHP] New to PHP, and stuck > I am not php expert but why are there two (( after your create table? > > -Original Message- > From: Markus Jäntti [mailto:janmark@;bodo.kommune.no] > Sent: Wednesday, Novemb

RE: [PHP] New to PHP, and stuck

2002-11-06 Thread Steve Bradwell
The first thing I do when confronted with this kind of problem is to print out the sql statement and carefully look through it. So if you have not done this yet, comment out the $result = statement. Above that add an echo $sql; Now look through the sql statement and make sure all fields are there a

RE: [PHP] New to PHP, and stuck

2002-11-06 Thread Edward Peloke
ok, nevermind, I think I see why... -Original Message- From: Edward Peloke [mailto:epeloke@;echoman.com] Sent: Wednesday, November 06, 2002 9:20 AM To: Markus Jäntti; [EMAIL PROTECTED] Subject: RE: [PHP] New to PHP, and stuck I am not php expert but why are there two (( after your

RE: [PHP] New to PHP, and stuck

2002-11-06 Thread Edward Peloke
I am not php expert but why are there two (( after your create table? -Original Message- From: Markus Jäntti [mailto:janmark@;bodo.kommune.no] Sent: Wednesday, November 06, 2002 8:34 AM To: [EMAIL PROTECTED] Subject: [PHP] New to PHP, and stuck I'm working myself through Julie C. Meloni'