Parse error

Поиск
Список
Период
Сортировка
От アムス
Тема Parse error
Дата
Msg-id 000c01c28d71$640400c0$82962fda@LocalHost
обсуждение исходный текст
Ответы Re: Parse error  ("scott.marlowe" <scott.marlowe@ihs.com>)
Список 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


В списке pgsql-general по дате отправления:

Предыдущее
От: "Alex Cheung Tin Ka"
Дата:
Сообщение: data restore
Следующее
От: "scott.marlowe"
Дата:
Сообщение: Re: Parse error