Parse error

From: アムス <ams(at)asiams(dot)com>
To: "pgsql-general" <pgsql-general(at)postgresql(dot)org>
Subject: Parse error
Date: 2002-11-16 13:09:25
Message-ID: 000c01c28d71$640400c0$82962fda@LocalHost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

When I run a php program connected to postgresql, I have the following
error:

"Parse error: parse error, unexpected T_STRING "

The actual code for this part that caused the error is like this:

$sql = "SELECT * FROM appconf ORDER BY sort_order"; <=== This line causes
the error.
$result = @pg_exec($sql);

Do you know what is the unexpected T_STRING error is?

THank you for your help.

Abraham Lee
AMS

Responses

Browse pgsql-general by date

  From Date Subject
Next Message scott.marlowe 2002-11-16 16:34:28 Re: Parse error
Previous Message Alex Cheung Tin Ka 2002-11-16 03:06:22 data restore